API documentation
Method list
Test your request
Changelog


getInventoryFulfillmentDeliveryItems
The method allows you to retrieve items from a specific fulfillment delivery. Results are paginated with 100 results per page.


Input parameters
delivery_idintFulfillment delivery identifier
pageint(optional) Results page (0-based, 100 results per page)



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
itemsarrayArray of delivery items
| - item_idintItem identifier
| - positionintItem position in the delivery
| - product_idintProduct identifier
| - product_namevarchar(200)Product name
| - product_eanvarchar(32)Product EAN
| - product_skuvarchar(50)Product SKU
| - quantityintQuantity



Sample
Input data:
Output data:
A sample request in PHP: