Skip to content

Instantly share code, notes, and snippets.

@Zaglov
Created February 17, 2018 12:01
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/100f858f4aee16eacdbc74eb5eb4d112 to your computer and use it in GitHub Desktop.
Save Zaglov/100f858f4aee16eacdbc74eb5eb4d112 to your computer and use it in GitHub Desktop.
ERP - Batch Update Prices Response
{
"data": [
[
{
"regular_price": "100.19",
"sale_price": "99.99",
"name": "B2C Price List",
"slug": "default",
"currency": "EUR",
"sku": "VARTEST.ONE",
"shop": "demo-shop"
},
{
"regular_price": "",
"sale_price": "",
"sale_price_dates_from": "",
"sale_price_dates_to": "",
"name": "B2B Price List",
"slug": "b2b",
"currency": "EUR",
"sku": "VARTEST.ONE",
"shop": "demo-shop"
},
{
"regular_price": "",
"sale_price": "",
"sale_price_dates_from": "",
"sale_price_dates_to": "",
"name": "Distributor Price List",
"slug": "distributor",
"currency": "EUR",
"sku": "VARTEST.ONE",
"shop": "demo-shop"
}
],
[
{
"regular_price": "100.19",
"sale_price": "99.99",
"name": "B2C Price List",
"slug": "default",
"currency": "EUR",
"sku": "VARTEST.TWO",
"shop": "demo-shop"
},
{
"regular_price": "",
"sale_price": "",
"sale_price_dates_from": "",
"sale_price_dates_to": "",
"name": "B2B Price List",
"slug": "b2b",
"currency": "EUR",
"sku": "VARTEST.TWO",
"shop": "demo-shop"
},
{
"regular_price": "",
"sale_price": "",
"sale_price_dates_from": "",
"sale_price_dates_to": "",
"name": "Distributor Price List",
"slug": "distributor",
"currency": "EUR",
"sku": "VARTEST.TWO",
"shop": "demo-shop"
}
]
],
"processing_time": 0.26,
"errors": [],
"messages": [],
"event_log": [],
"application_version": "1.1.0-dev.2932d5e"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment