storeId
Int!
Required
ShippingStoreSettings
type Query { shippingStoreSettings(storeId: Int!): ShippingStoreSettings }
Query.
shippingStoreSettings
Returns a Shipping Store Settings resource by store id.
Arguments
storeId
Int!
Required
Returns:
ShippingStoreSettings
type Query { shippingStoreSettings(storeId: Int!): ShippingStoreSettings }