Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.74 KB

CreateInboundShipmentPlanRequest.md

File metadata and controls

14 lines (10 loc) · 1.74 KB

CreateInboundShipmentPlanRequest

Properties

Name Type Description Notes
ship_from_address \CrazyFactory\SpapiClient\Model\Address The address from which the inbound shipment will be sent.
label_prep_preference \CrazyFactory\SpapiClient\Model\LabelPrepPreference The seller's preference for label preparation for an inbound shipment.
ship_to_country_code string The two-character country code for the country where the inbound shipment is to be sent. Note: Not required. Specifying both ShipToCountryCode and ShipToCountrySubdivisionCode returns an error. Values: ShipToCountryCode values for North America: * CA – Canada * MX - Mexico * US - United States ShipToCountryCode values for MCI sellers in Europe: * DE – Germany * ES – Spain * FR – France * GB – United Kingdom * IT – Italy Default: The country code for the seller's home marketplace. [optional]
ship_to_country_subdivision_code string The two-character country code, followed by a dash and then up to three characters that represent the subdivision of the country where the inbound shipment is to be sent. For example, "IN-MH". In full ISO 3166-2 format. Note: Not required. Specifying both ShipToCountryCode and ShipToCountrySubdivisionCode returns an error. [optional]
inbound_shipment_plan_request_items \CrazyFactory\SpapiClient\Model\InboundShipmentPlanRequestItemList

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