Skip to main content

Update a product from custom catalog of a supplier

PATCH 

/api/v1/supplier_products/:id/custom

Update a product from custom catalog of a supplier

Request

Path Parameters

    id int32required

Body

required

    data

    object

    type stringrequired

    Possible values: [supplier_products]

    attributes

    object

    price_per_unit_cents int32

    Price in cents

Responses

Update a product from custom catalog of a supplier

Schema

    data

    object[]

    required

  • Array [

  • id string
    type string

    attributes

    object

    description string
    description-en string
    description-fr string
    description-de string
    description-it string
    description-es string
    description-el string
    image binary
    is-available boolean

    Possible values: [true, false]

    name string
    name-en string
    name-fr string
    name-de string
    name-it string
    name-es string
    name-el string
    price-per-unit-cents integer

    Price of one unit in the package that the product is being sold in

    selling-price-cents integer

    Price of the product (per package sold)

    price-in-cents integer

    Price of the product for a specific business

    sku-ref integer
    specifications object
    supplier-name string
    supplier-id string
    open-quantity float
    fixed-quantity integer
    quantity-type string
    units string
    from-custom-catalog boolean

    Possible values: [true, false]

    ordering-deadline integer
    ordering-lead-time integer
  • ]

Loading...