get https://eu-api.linnworks.net/v1/warehousetransfer/stock
Used to get shipment items by shipping plan id
Log in to see full request history
Responses
201Success
204Success
Used to get shipment items by shipping plan id
201Success
204Success
xxxxxxxxxx
curl --request GET \
--url https://eu-api.linnworks.net/v1/warehousetransfer/stock \
--header 'accept: application/json'
xxxxxxxxxx
22{
"pageNumber": 0,
"entriesPerPage": 0,
"totalEntries": 0,
"totalPages": 0,
"data": [
{
"stockItemId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stockItemIntId": 0,
"asin": "string",
"sellerSku": "string",
"thumbnailSource": "string",
"itemNumber": "string",
"itemTitle": "string",
"condition": "string",
"fbaTotalStock": 0,
"quantity": 0,
"inOrderBook": 0,
"available": 0
}
]
}