Create or delete associations between items and categories

Creates or removes the association between a category (or subcategory) and an item.

Important: To fully move an item from a parent category to a subcategory, you must send two separate API requests:

  • Send a request with delete=true and the parent category ID to remove the current association.
  • Send a second request with delete=false and the subcategory ID to create the new association.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Merchant identifier.

Query Params
string

Expandable fields to display additional nested information: [items]

boolean

Use to view, create, or remove an association between items and categories in the request body. Values:
True - Set to true to remove the association.
False - Set to false to create an association.

Body Params
elements
array of objects
required

Array of category-item associations.

elements*
Headers
string
required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <product> / <product-version> <comment>

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json