v10 - Inventory - Demo Endpoints
Get FBB inventory
This ‘Fulfillment by bol.com’ (FBB) specific endpoint returns an overview of your FBB inventory, and unsellable stock. The demo environment will only return information for EAN 8718526069334, as it’s the only offer that is marked as FBB.
GET /retailer-demo/inventory
-
Request
-
Response
Accept: application/vnd.retailer.v10+json
Content-Type: None
Authorization: Bearer token (omitted)
This endpoint has no request body.
Content-Type: application/vnd.retailer.v10+json
Status: 200 OK
{
"inventory" : [ {
"ean" : "8718526069334",
"bsku" : "2950003119187",
"gradedStock" : 0,
"regularStock" : 5,
"title" : "Star Wars - Nappy Star wars T-shirt - XL"
} ]
}