Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.58 KB

OrderCreateRequestShipmentDetails.md

File metadata and controls

16 lines (12 loc) · 1.58 KB

xi.sdk.resellers.Model.OrderCreateRequestShipmentDetails

Shipping details for the order provided by the customer.

Properties

Name Type Description Notes
CarrierCode string The code for the shipping carrier for the line item. [optional]
FreightAccountNumber string The reseller 's shipping account number with carrier. Used to bill the shipping carrier directly from the reseller's account with the carrier. [optional]
ShipComplete string Specifies whether the shipment will be shipped only when all products are fulfilled. The value of this field along with acceptBackOrder field decides the value of backorderflag. If this field is set, acceptBackOrder field is ignored. Possible values for this field are true, C, P, E. With value as true or C, backorderflag will be set as C. With value as P, or E, backorderflag will be set as P or E respectively. C = Ship complete at distribution level. P = ship complete at line level. E = ship complete across all distributions. [optional]
RequestedDeliveryDate DateOnly The reseller-requested delivery date in UTC format. Delivery date is not guaranteed. [optional]
SignatureRequired bool Specifies whether a signature is required for delivery. Default is False. [optional]
ShippingInstructions string [optional]

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