Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.6 KB

File metadata and controls

21 lines (16 loc) · 1.6 KB

# FulfillmentOrder

Properties

Name Type Description Notes
id string The unique identifier of the Fulfillment. [optional] [readonly]
created_time \DateTime The time when the Fulfillment was created. [optional] [readonly]
order_id string The unique identifier of the Order associated with this Fulfillment. [optional] [readonly]
order_details \DigitalRiver\ApiSdk\Model\OrderDetails [optional]
shipment_id string The unique identifier associated to the shipment [optional]
items \DigitalRiver\ApiSdk\Model\FulfillmentResponseItem[] An array of line items fulfilled and/or cancelled. [optional]
live_mode bool Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]
tracking_company string The name of the tracking company. [optional]
tracking_number string A tracking number provided by the shipping company. [optional]
tracking_url string The URL of the tracking page for the Fulfillment. [optional]

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