PriceController
Overview
Description
Path /v2/prices
Handles all requests regarding price: creating, updating, deleting.
Price JSON Object
An example for a price JSON object.
API Reference
GET /
Generates: json
query-param:
priceIds[]: an array of price ids which you need. A price id is built with your catalogId and needed articleNumber separated by ":". For example "yourCatalogId:1023457" or "yourCatalogId:someStringArticleNumber".
Will query price information about given price ids and will return those informations with articleNumber, price and currencySymbol. Result may be different for request country via your headers.
IMPORT INFORMATION
In order to successfully retrieve prices for a given price identifier following requirements have to been met.
catalog has to be allowed to be ordered, that is only an internal requirement and is not visible if you inspect
orderable
of the catalog.a
PriceService
has to be created for this catalogusedFor
has to be set correctly for all wanted countriesAs a caller you have to be in the correct tenant and country to retrieve price information.
Last updated