Skip to main content

Create a list of custom prices for a product

POST 

/api/v1/custom_prices/list

Max. 1000 per request.

Request

Body

required

    data

    object

    type string

    Possible values: [custom_prices]

    custom_prices

    object[]

    Max. 1000 per request.

  • Array [

  • supplier_product string

    Related Supplier Product ID

    attributes

    object

    in_cents int32required
    default booleanrequired

    Pass 'true' if this should be a default Price for this product, otherwise use 'false'

    business_ids string[]

    IDs of businesses that should use this Price for related Product

    custom_ref string

    Can be used to assign Supplier's own ID to a Price

  • ]

Responses

Create a list of custom prices for a product

Schema

    data

    object[]

    required

  • Array [

  • id string
    type string

    attributes

    object

    in-cents integer
    default boolean
    supplier-product-id string
    businesses array
    custom-ref string
  • ]

Loading...