Prices
Was this helpful?
Was this helpful?
Prices
Lists all prices on a pricelist.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
External reference to a product.
Reference to a product uid.
^[A-Za-z0-9-_]+
reference to a product sku.
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Get details for a price.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a Price.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Example response
Deletes a price on a pricelist.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a Price.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
No Content
No Content
List all pricelists.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to the name of a pricelist.
External reference to a pricelist.
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Update pricelist details.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Example response
Creates a new price for a product on a pricelist.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
Example response
Creates prices on a pricelist. Items in:
create : will be created. if fromDate is not set in request, current timestamp will be set on price record
update : will be updated.
delete: will be deleted.
upsert: will create or update if needed. if fromDate is not set in request, an update on current price will be executed.
The response http status is either:
200: all items in request was processed successfully,
207: one or more item was processed with an error.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
The search answers the question: Give all prices that have products with brand in brandUids AND productGroup in groupUids AND that have product SKU/name, brand name or productGroup name which contains the query words.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Update details for a price.
Reference to a Pricelist.
^[A-Za-z0-9-_]+
Reference to a Price.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Example response