Update Customer Package

Updates the data of a specific customer package.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to make targeted, real-time updates to a customer package — for example, to mark a product as non-orderable when it goes out of stock, without re-uploading a full assortment file.

⚠️

Important: This endpoint is intended for low-frequency, targeted updates only. Bulk catalogue changes should still be sent via the Create Assortment File endpoint.

Any updates sent through this endpoint will be overwritten the next time an assortment file is processed for the customer.

Path Params
string
required

A customer number.

string
required

A package's third party ID.

Body Params
boolean
required

Whether the package is available for ordering.

Responses
204

Package updated successfully.

400

Bad Request – missing or invalid field.

401

Unauthorized – missing or invalid credentials.

404

Not Found – invalid customer_number or third_party_id.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!