{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShippingOptionSummary", "title": "ShippingOptionSummary", "type": "object", "properties": { "guaranteedDelivery": { "type": "boolean", "description": "Although this field is still returned, it can be ignored since eBay Guaranteed Delivery is no longer a supported feature on any marketplace. This field may get removed from the schema in the future." }, "maxEstimatedDeliveryDate": { "type": "string", "description": "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.

Note: For the best accuracy, always include the contextualLocation values in the X-EBAY-C-ENDUSERCTX request header." }, "minEstimatedDeliveryDate": { "type": "string", "description": "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.

Note: For the best accuracy, always include the contextualLocation values in the X-EBAY-C-ENDUSERCTX request header." }, "shippingCost": { "description": "This is the estimated price to ship the item.

The price includes the value-added tax (VAT) for applicable jurisdictions when requested from supported marketplaces. In this case, users must do one or more of the following to see VAT-inclusive pricing:Note:For more information on VAT, refer to Your VAT Obligations in the UK & EU.", "$ref": "#/components/schemas/ConvertedAmount" }, "shippingCostType": { "type": "string", "description": "Indicates the type of shipping used to ship the item. Possible values are FIXED (flat-rate shipping) and CALCULATED (shipping cost calculated based on item and buyer location)." } }, "description": "The type that defines the fields for the shipping information." }