Offer Min Shipping Information
Represents the min shipping information for this offer
Unit price of the minimum shipping rate
Additional unit price associated to the minimum shipping rate
Code of the shipping type associated to the minimum shipping rate
Code of the shipping zone associated to the minimum shipping rate
{ "price": 40, "priceAdditional": 40, "type": "Example String", "zone": "Example String" }
Offer Shipping Information
Represents shipping information for this offer
Estimated shipping date, that includes business closing days and cut-off configured on the platform. Add the earliest and latest delivery times to calculate the estimated delivery date to customers.
List of shipping types compatible with the given offer
{ "deadline": "Example Custom Scalar", "types": [ { "__typename": "OfferShippingType" } ] }
Offer Shipping Type
Represents a shipping type
Shipping type code
Next cutoff date
Shipping type Cutoff time
Expected delivery time
Shipping type label
Estimated shipping date, that includes business closing days and cut-off configured on the platform. Add the earliest and latest delivery times to calculate the estimated delivery date to customers.
Shipping price of the offer
Shipping zone code
Shipping zone label
Shipping type standard code
{ "code": "Example String", "cutOffNextDate": "Example Custom Scalar", "cutOffTime": "Example String", "deliveryTime": { "__typename": "OfferDeliveryTime" }, "label": "Example String", "deadline": "Example Custom Scalar", "priceUnit": 40, "zoneCode": "Example String", "zoneLabel": "Example String", "standardCode": "Example String" }
Product
Represents the product related to the offer
SKU of the product
List of product's references
The category of the product
Product tax code
{ "sku": "Example String", "references": [ { "__typename": "OfferProductReference" } ], "category": { "__typename": "ProductCategory" }, "taxCode": "Example String" }