The
PATCH request is used to partially update an existing entity by the
given id. This means:- Only the fields provided in the request body will be updated.
- Fields not provided in the request body will remain unchanged.
- The request is idempotent, meaning multiple identical PATCH requests will always result in the same final state.
Authorizations
API Key for authentication
Path Parameters
Product ID
Body
application/json
Product Update Request
Example:
"PRD1"
Reference ID for the variant, if no reference id is available, the sku_id should be used
Example:
"PRD1"
Maximum length:
255Example:
"8'X10'"
One or more category names for this variant, in case sub categories are available, the sub categories should be separated by :: eg: "category1::sub_category1::sub_sub_category1" then the category "sub_sub_category1" will be mapped to the product
One or more collection IDs for this variant
Media assets associated with this variant
Key-value pair attributes like size, shape, material, etc.
Prices mapped to price lists
Available options:
inactive Example:
"inactive"
Response
Created
