FulfillmentOrder
Name | Type | Description | Notes |
---|---|---|---|
BillingCurrency | string | The currency ISO code under which the items are sold 'Currency.IsoCode'. | [optional] |
Created | DateTime | The date when the order as created. | [optional] |
CustomerId | string | The customer id who made the order. | [optional] |
CustomerName | string | The complete name of the customer who made the order. | [optional] |
FulfillmentShipments | List<FulfillmentShipment> | The list of fulfillment shipments for this order. | [optional] |
Id | string | The id of the order. | [optional] |
OrderNumber | string | The order number. | [optional] |
ScopeId | string | The scope id. | [optional] |
Total | double | The total of the order. | [optional] |