Skip to main content
Anchor to ShippingConfiguration

ShippingConfiguration

object

Requires read_markets for queries and both read_markets as well as write_markets for mutations.

The shipping configuration attached to a market. Defines the shipping options available when a buyer is resolved to that market.

•Boolean!
non-null

Whether shipping is enabled for this market. When false, customers in this market won't see any shipping options.

•DeliveryOptionDefinitionConnection!
non-null

The shipping options configured for this market.

Arguments

•Boolean

Filter shipping options by active state. When true, returns only active shipping options; when false, returns only inactive shipping options; when omitted or null, returns all shipping options.

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to optionDefinitionsCountoptionDefinitionsCount
•Count!
non-null

The number of shipping options in this configuration.

Arguments

•Boolean

Filter shipping option count by active state. When true, counts only active shipping options; when false, counts only inactive shipping options; when omitted or null, counts all shipping options.



Was this section helpful?