Skip to main content
Skip to main content

AdminPostPriceListPricesPricesReq

internal.internal.AdminPostPriceListPricesPricesReq

Schema

AdminPostPriceListPricesPricesReq type: object properties: prices: description: The prices to update or add. type: array items: type: object required:

    - amount
- variant_id
properties:
id:
description: The ID of the price.
type: string
region_id:
description: The ID of the Region for which the price is used. This is only required if `currecny_code` is not provided.
type: string
currency_code:
description: The 3 character ISO currency code for which the price will be used. 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.
variant_id:
description: The ID of the Variant for which the price is used.
type: string
amount:
description: The amount to charge for the Product Variant.
type: integer
min_quantity:
description: The minimum quantity for which the price will be used.
type: integer
max_quantity:
description: The maximum quantity for which the price will be used.
type: integer

override: description: "If set to true, the prices will replace all existing prices associated with the Price List." type: boolean

Properties

overrideboolean
Was this section helpful?