latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

products

Update product

Updates an existing product. This call does not currently support partial updates. The entire resource must be provided in the body of the request.

put/products/{productId}

Path parameters

productIdinteger required

The system-generated identifier for the Product

Request body

productIdinteger
skustring
namestring
pricenumber
activeboolean
weightOznumber nullable
defaultCarrierCodestring nullable
defaultServiceCodestring nullable

Example request

{
  "productId": 123456789,
  "sku": "BEAU-000",
  "name": "Beautiful",
  "active": true
}

Response

Product updated successfully

productIdinteger
skustring
namestring
activeboolean