v2024-01-31
Search...
/
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
GET
Get products
POST
Create a product
GET
Get a product by ID
DEL
Delete a product
PATCH
Update a product
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
Partner Portal
Accounts receivable
Products
Update a product
PATCH
https://
api.sandbox.monite.com/v1
/
products
/
:product_id
Path parameters
product_id
string
Required
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Required
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
description
string
Optional
Description of the product.
ledger_account_id
string
Optional
measure_unit_id
string
Optional
The unique ID reference of the unit used to measure the quantity of this product (e.g. items, meters, kilograms).
name
string
Optional
Name of the product.
price
object
Optional
Show 2 properties
smallest_amount
double
Optional
The smallest amount allowed for this product.
type
"product" or "service"
Optional
Allowed values:
product
service
Specifies whether this offering is a product or service. This may affect the applicable tax rates.
Response
This endpoint returns an object.
id
string
Unique ID of the product.
created_at
datetime
Time at which the product was created. Timestamps follow the ISO 8601 standard.
updated_at
datetime
Time at which the product was last updated. Timestamps follow the ISO 8601 standard.
entity_id
string
name
string
Name of the product.
description
string
Optional
Description of the product.
entity_user_id
string
Optional
ledger_account_id
string
Optional
measure_unit_id
string
Optional
The unique ID reference of the unit used to measure the quantity of this product (e.g. items, meters, kilograms).
price
object
Optional
Show 2 properties
smallest_amount
double
Optional
The smallest amount allowed for this product.
type
"product" or "service"
Optional
Allowed values:
product
service
Specifies whether this offering is a product or service. This may affect the applicable tax rates.
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
500
Internal Server Error