Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.35 KB

ShippingOptionSummary.md

File metadata and controls

13 lines (10 loc) · 2.35 KB

# ShippingOptionSummary

Properties

Name Type Description Notes
guaranteed_delivery bool Indicates if the seller has committed to shipping the item with eBay Guaranteed Delivery. With eBay Guaranteed Delivery, the seller is committed to getting the line item to the buyer within 4 business days or less. See the <a href=&quot;https://www.ebay.com/help/buying/shipping-delivery/buying-items-ebay-guaranteed-delivery?id&#x3D;4641\&quot;&gt;Buying items with eBay Guaranteed Delivery</a> help topic for more details about eBay Guaranteed Delivery. [optional]
max_estimated_delivery_date string The end date of the delivery window (latest projected delivery date). This value is returned in UTC format (yyyy-MM-ddThh:mm:ss.sssZ), which you can convert into the local time of the buyer. <br /> <br /> <span class=&quot;tablenote&quot;> <b> Note: </b> For the best accuracy, always include the <code> contextualLocation</code> values in the <a href=&quot;/api-docs/buy/static/api-browse.html#Headers&quot;> <code>X-EBAY-C-ENDUSERCTX</code></a> request header.</span> [optional]
min_estimated_delivery_date string The start date of the delivery window (earliest projected delivery date). This value is returned in UTC format (yyyy-MM-ddThh:mm:ss.sssZ), which you can convert into the local time of the buyer. <br /> <br /><span class=&quot;tablenote&quot;> <b> Note: </b> For the best accuracy, always include the <code> contextualLocation</code> values in the <a href=&quot;/api-docs/buy/static/api-browse.html#Headers&quot;> <code>X-EBAY-C-ENDUSERCTX</code></a> request header.</span> [optional]
shipping_cost \Ebay\Model\Buy\Browse\ConvertedAmount [optional]
shipping_cost_type string Indicates the type of shipping used to ship the item. Possible values are <code> FIXED</code> (flat-rate shipping) and <code> CALCULATED</code> (shipping cost calculated based on item and buyer location). [optional]

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