Update stock details
Update the details of an existing stock record. Covers descriptive fields, packaging configuration, physical dimensions (including weight, via the nested unit_dimensions object), and the tenant-configurable custom fields. This endpoint does not move stock or change quantity — use the dedicated move, transfer, hold and negative adjustment actions for those. Creates an attributes-updated (ATTRUP) transaction for audit purposes.
Request Structure
Key Fields
Setting Weight
Weight is stored on the stock’s associated dimensions record, not directly on the stock. Set it via the nestedunit_dimensions object:
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the stock record to update
Body
Request body for updating the details of a stock record. All attributes are optional — send only the fields to change.
Response
Stock updated successfully
Standard successful response wrapper following JSON:API format
The response payload

