DEV

Query.

shippingStoreSettings

Returns a Shipping Store Settings resource by store id.

Arguments

storeId

Int!

Required

The shipping store settings store id.
GraphQL
1
2
3
type Query {
  shippingStoreSettings(storeId: Int!): ShippingStoreSettings
}

Was this page helpful?