Skip to main content
Skip to main content

AdminPostProductsProductReq

internal.internal.AdminPostProductsProductReq

Schema

The title of the Productpublished. type: string enum: [draft, proposed, published, rejected] type: description: The Product Type to associate the Product with. type: object required:

  - value
properties:
id:
description: The ID of an existing Product Type. If not provided, a new product type will be created.
type: string
value:
description: The value of the Product Type.
type: string

collection_id: description: The ID of the Product Collection the Product belongs to. type: string tags: description: Product Tags to associate the Product with. type: array items: type: object required:

    - value
properties:
id:
description: The ID of an existing Product Tag. If not provided, a new product tag will be created.
type: string
value:
description: The value of the Tag. If the `id`Sales channels to associate the Product with.`currency_code` is not provided.
type: string
currency_code:
description: The 3 character ISO currency code the price will be used in. This is only required if `region_id`Learn about the metadata attribute, and how to delete and update it.

Properties

collection_idstring
descriptionstring
discountableboolean
handlestring
heightnumber
hs_codestring
imagesstring[]
lengthnumber
materialstring
metadataRecord<string, unknown>
mid_codestring
origin_countrystring
sales_channelsnull | ProductSalesChannelReq[]
subtitlestring
thumbnailstring
titlestring
weightnumber
widthnumber
Was this section helpful?