Webshop Product
Products are the things you sell in your webshop. This API lets you see and modify what is for sale.
Accept header for requests to Webshop Product
application/vnd.procurios.webshop+json; version=1
Add a new product POST
Scope:
Creates a new product in the webshop
Update a product PUT
Scope:
Updates an existing product in the webshop
Remove a product DELETE
Scope:
Remove an existing product from the webshop
Get a product GET
Scope:
Get information on a single product
Get multiple products GET
Scope:
Get information on multiple products, based on search options
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
articleNumber | string | Find products with article numbers starting with this value |
Get multiple modified products GET
Scope:
Get information on recently modified products
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
since | date | Find products modified since this date (yyyy-mm-dd HH:ii:ss) |
setId | uuid | Find more pages of modified products from a previous set. |
Update product price PUT
Scope:
Update the price for a product based on articlenumber
Update product stock PUT
Scope:
Update the amount of stock available for a product
Get product stock GET
Scope:
Get the available stock for a product