Export Price
JSON-REST endpoint for exporting sales prices per webshop channel and item.
Purpose
This endpoint provides price data per webshop channel, optionally filtered to a single item.
Endpoint
- Method:
GET - URL pattern (channel-wide):
http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/itemPrices?$filter=webshopChannelCode eq '<webshop-channel-code>'&$expand=itemVariantPrices($expand=prices) - URL pattern (single item):
http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/itemPrices?$filter=webshopChannelCode eq '<webshop-channel-code>' and itemNo eq '<item-no>'&$expand=itemVariantPrices($expand=prices)
Required Parameters
webshopChannelCodein the filter
Key Response Fields
- Header:
systemId,webshopChannelCode,itemNo,salesPricesSentToWebshop,lastSalesPriceChangeAt - Variants:
code - Price lines:
currency,unitPrice,customerPriceGroup,priceIncludesVAT
Result
- The webshop receives current pricing structures per channel and optionally per item.