Objects
SelectedShippingOption
Represents shipping option selected for a store.
Fields
store
String!
requiredThe store the shipping option is selected for.
This field must be equal to AmazonStore.store
or ShopifyStore.store
fields.
For Amazon store the value is always amazon
shippingId
String!
requiredThe ID of the shipping option selected.
The id can be retrieved from ShopifyOffer.shippingMethods
/AmazonOffer.shippingMethods
Related types
Was this page helpful?