Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

GlobalFulfillmentReturnItemResponse.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

# GlobalFulfillmentReturnItemResponse

Properties

Name Type Description Notes
fulfillment_order_item_id string The identifier of the fulfillment order item. [optional] [readonly]
inventory_item_id string The identifier of the inventory item. [optional] [readonly]
quantity int The quantity specified in the fulfillment return request. [optional] [readonly]
quantity_accepted int The quantity accepted for return by the fulfiller. [optional] [readonly]
state string The current state of the return item. [optional] [readonly]
location \DigitalRiver\ApiSdk\Model\Location [optional]
unit_attributes \DigitalRiver\ApiSdk\Model\UnitAttributes[] [optional]
unit_attributes_accepted \DigitalRiver\ApiSdk\Model\UnitAttributes[] [optional]

[Back to Model list] [Back to API list] [Back to README]