Skip to main content
Skip to main content

AdminPostProductsProductVariantsVariantReq

internal.internal.AdminPostProductsProductVariantsVariantReq

Schema

Learn about the metadata attribute, and how to delete and update it.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 is not provided. type: string externalDocs: url: https://en.wikipedia.org/wiki/ISO_4217#Active_codes description: See a list of codes. amount: description: The price amount. type: integer min_quantity: description: The minimum quantity required to be added to the cart for the price to be used. type: integer max_quantity: description: The maximum quantity required to be added to the cart for the price to be used. type: integer options: type: array description: An array of Product Option values that the variant corresponds to. items: type: object required:

    - option_id
- value
properties:
option_id:
description: The ID of the Product Option.
type: string
value:
description: The value of the Product Option.
type: string

Properties

allow_backorderboolean
barcodestring
eanstring
heightnumber
hs_codestring
inventory_quantitynumber
lengthnumber
manage_inventoryboolean
materialstring
metadataRecord<string, unknown>
mid_codestring
origin_countrystring
skustring
titlestring
upcstring
weightnumber
widthnumber
Was this section helpful?