ShippingPriceInput
No description
input ShippingPriceInput {
name: String
description: JSONString
minimumOrderWeight: WeightScalar
maximumOrderWeight: WeightScalar
maximumDeliveryDays: Int
minimumDeliveryDays: Int
type: ShippingMethodTypeEnum
shippingZone: ID
addPostalCodeRules: [ShippingPostalCodeRulesCreateInputRange!]
deletePostalCodeRules: [ID!]
inclusionType: PostalCodeRuleInclusionTypeEnum
taxClass: ID
}
Fields
ShippingPriceInput.name
● String
scalar miscellaneous
Name of the shipping method.
ShippingPriceInput.description
● JSONString
scalar miscellaneous
Shipping method description.
ShippingPriceInput.minimumOrderWeight
● WeightScalar
scalar miscellaneous
Minimum order weight to use this shipping method.
ShippingPriceInput.maximumOrderWeight
● WeightScalar
scalar miscellaneous
Maximum order weight to use this shipping method.
ShippingPriceInput.maximumDeliveryDays
● Int
scalar miscellaneous
Maximum number of days for delivery.
ShippingPriceInput.minimumDeliveryDays
● Int
scalar miscellaneous
Minimal number of days for delivery.
ShippingPriceInput.type
● ShippingMethodTypeEnum
enum shipping
Shipping type: price or weight based.
ShippingPriceInput.shippingZone
● ID
scalar miscellaneous
Shipping zone this method belongs to.
ShippingPriceInput.addPostalCodeRules
● [ShippingPostalCodeRulesCreateInputRange!]
list input shipping
Postal code rules to add.
ShippingPriceInput.deletePostalCodeRules
● [ID!]
list scalar miscellaneous
Postal code rules to delete.
ShippingPriceInput.inclusionType
● PostalCodeRuleInclusionTypeEnum
enum shipping
Inclusion type for currently assigned postal code rules.
ShippingPriceInput.taxClass
● ID
scalar miscellaneous
ID of a tax class to assign to this shipping method. If not provided, the default tax class will be used.
Member Of
shippingPriceCreate
mutation ● shippingPriceUpdate
mutation