Skip to main content
PUT
Update Product or Packaging

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

type
enum<string>
required

This field determines which types of products will be matched. Regular SKUs belonging to a single merchant are known as "normal" products, while the other types are pertaining to Packaging Features. For read-only operations, you may also specify one of the following meta-types which represent multiple individual types:

  • any returns all types
  • stockable returns only types that can be managed with inventory (all except data_collection and instructions)
  • packaging returns all types except for normal
Available options:
any,
normal,
stockable,
packaging,
containers,
supplies,
data_collection,
instructions,
infill
id
integer<int64>
required

Returns a product or packaging feature specified by the type path parameter.

Body

application/json

An object conforming to the Inventory Product or Packaging schema to be updated.

resource
Product · object

A Product contains information about a sellable item.

Response

OK - The operation completed successfully and there is no response body.