Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 3.11 KB

ShippingStep.md

File metadata and controls

executable file
·
12 lines (9 loc) · 3.11 KB

ShippingStep

Properties

Name Type Description Notes
shipping_carrier_code string The unique identifier of the shipping carrier being used to ship the line item. <br /><br /><span class=&quot;tablenote&quot;><strong>Note:</strong> The Trading API's <a href=&quot;https://developer.ebay.com/devzone/XML/docs/Reference/eBay/GeteBayDetails.html &quot; target=&quot;_blank&quot;>GeteBayDetails</a> call can be used to retrieve the latest shipping carrier and shipping service option enumeration values.</span> [optional]
shipping_service_code string The unique identifier of the shipping service option being used to ship the line item.<br /><br /><span class=&quot;tablenote&quot;><strong>Note:</strong> Use the Trading API's <a href=&quot;https://developer.ebay.com/devzone/XML/docs/Reference/eBay/GeteBayDetails.html &quot; target=&quot;_blank&quot;>GeteBayDetails</a> call to retrieve the latest shipping carrier and shipping service option enumeration values. When making the <a href=&quot;https://developer.ebay.com/devzone/XML/docs/Reference/eBay/GeteBayDetails.html &quot; target=&quot;_blank&quot;>GeteBayDetails</a> call, include the <strong>DetailName</strong> field in the request payload and set its value to <code>ShippingServiceDetails</code>. Each valid shipping service option (returned in <strong>ShippingServiceDetails.ShippingService</strong> field) and corresponding shipping carrier (returned in <strong>ShippingServiceDetails.ShippingCarrier</strong> field) is returned in response payload.</span> [optional]
ship_to \cbdesk\ebay_fullfilment\Model\ExtendedContact [optional]
ship_to_reference_id string This is the unique identifer of the Global Shipping Program (GSP) shipment. This field is only returned if the line item is being shipped via GSP (the value of the <b>fulfillmentStartInstructions.ebaySupportedFulfillment</b> field will be <code>true</code>. The international shipping provider uses the <b>shipToReferenceId</b> value as the primary reference number to retrieve the relevant details about the buyer, the order, and the fulfillment, so the shipment can be completed. <br /><br />Sellers must include this value on the shipping label immediately above the street address of the international shipping provider. <br /><br />Example: &quot;Reference #1234567890123456&quot; <br /><br /><span class=&quot;tablenote&quot;><strong>Note:</strong> This value is the same as the <b>ShipToAddress.ReferenceID</b> value returned by the Trading API's GetOrders call.</span> [optional]

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