Skip to main content

Prices bulk

POST 

/v2/prices/bulk

Creates or updates prices

Request

Body

array

required

Prices bulk input, please use either productId or productSource.

  • Array [

  • productId numbernullable

    product id

    productSource objectnullable

    Product source

    per numbernullable

    Default value: 1

    The quantity of items that the listed price will purchase

    list numberrequired

    The default sales price

    store numbernullable

    The price at which the product is sold in physical stores. This might differ from the standard price due to store-specific deals, overhead costs, or regional pricing strategies

    cost numbernullable

    The cost associated to acquire the product.

    suggested numbernullable

    The manufacturer's or supplier's recommended retail price (RRP) for the product.

    bulkDiscountType stringnullable

    Possible values: [costpriceplus, listpricemin, netprice]

    The method used to apply discounts for bulk prices / volume discounts. One of: [costpriceplus, listpricemin, netprice]

    defaultTaxCode stringrequired

    Possible values: [H, L, N]

    `Default tax code of this product One of: [H, L, N]

    display stringrequired

    Possible values: [FROM, FROM_FOR, LISTPRICE_OURPRICE, PACKAGE, PER_UOM, ON_REQUEST, DEFAULT]

    Describes how the price should be displayed on the Front-End One of: [FROM, FROM_FOR, LISTPRICE_OURPRICE, PACKAGE, PER_UOM, ON_REQUEST, DEFAULT]

  • ]

Responses

Prices created

Schema

    created integernullablerequired

    Number of created items

    updated integernullablerequired

    Number of updated items

    total integernullablerequired

    Total number of created and updated items

Loading...