SellerShippingMethodInput
No description
input SellerShippingMethodInput {
seller: ID!
shippingMethodSelection: ID!
shippingMethodPriceOverrideAmount: PositiveDecimal
}
Fields
SellerShippingMethodInput.seller ● ID! non-null scalar
Seller DB id representation as a string.
SellerShippingMethodInput.shippingMethodSelection ● ID! non-null scalar
SellerShippingMethodInput.shippingMethodPriceOverrideAmount ● PositiveDecimal scalar
Optional override amount for shipping method price.Be aware, you should send this field on each request. For example, if you will set this field and then will send the same shipping method (or a new one) without this field (in the context of the same seller) - the price will be restored based on the shipping method price.