Open API

POST api/product/updateskuprice

Request Information
  • NamepriceUpdatesApiModels
  • DescriptionUpdate SKU Price by passing an sku object in json Headers
  • Additional Information

    Define this parameter in the Http Request Header

[
  {
    "SupplierCode": "sample string 1",
    "ProductCode": "sample string 2",
    "SupplierSKUCode": "sample string 3",
    "MSRP": 4.1,
    "MAP": 5.1,
    "CostPrice": 6.1
  },
  {
    "SupplierCode": "sample string 1",
    "ProductCode": "sample string 2",
    "SupplierSKUCode": "sample string 3",
    "MSRP": 4.1,
    "MAP": 5.1,
    "CostPrice": 6.1
  }
]