Skip to content

Instantly share code, notes, and snippets.

@Zaglov
Created February 17, 2018 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zaglov/3b637b5a9863730deba3a0db3bebb31a to your computer and use it in GitHub Desktop.
Save Zaglov/3b637b5a9863730deba3a0db3bebb31a to your computer and use it in GitHub Desktop.
ERP - Update multiple prices
[
{
"sku": "VARTEST.ONE",
"price_list": "default",
"shop": "demo-shop",
"regular_price": "100.19",
"sale_price": "99.99",
"sale_price_dates_from": "",
"sale_price_dates_to": ""
},
{
"sku": "VARTEST.TWO",
"price_list": "default",
"shop": "demo-shop",
"regular_price": "100.19",
"sale_price": "99.99",
"sale_price_dates_from": "",
"sale_price_dates_to": ""
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment