CheckoutSellerShipping
Represents an shipping method for a particular seller on a checkout.
type CheckoutSellerShipping implements Node {
tenant: Tenant!
id: ID!
seller: Seller!
shippingMethod: ShippingMethod!
isPriceOverridden: Boolean!
priceOverrideAmount: Decimal!
}
Fields
CheckoutSellerShipping.tenant ● Tenant! non-null object
CheckoutSellerShipping.id ● ID! non-null scalar
The ID of the object
CheckoutSellerShipping.seller ● Seller! non-null object
CheckoutSellerShipping.shippingMethod ● ShippingMethod! non-null object
CheckoutSellerShipping.isPriceOverridden ● Boolean! non-null scalar
CheckoutSellerShipping.priceOverrideAmount ● Decimal! non-null scalar
Overridden by a staff user amount stored in the checkout currency (if is_price_overridden is true).
Interfaces
Node interface
An object with an ID
Member Of
Checkout object