SellerShippingMethodInput
Input for seller shipping method.
input SellerShippingMethodInput {
seller: ID!
shippingMethodSelection: ID!
shippingMethodPriceOverrideAmount: PositiveDecimal
}
Fields
SellerShippingMethodInput.seller ● ID! non-null scalar
ID of the seller (database ID as string or GraphQL global ID).
SellerShippingMethodInput.shippingMethodSelection ● ID! non-null scalar
ID of the shipping method to use.
SellerShippingMethodInput.shippingMethodPriceOverrideAmount ● PositiveDecimal scalar
Optional price override for the shipping method.