Skip to main content

CheckoutSellerShipping

Represents a shipping method for a particular seller on a checkout.

type CheckoutSellerShipping implements Node {
id: ID!
tenant: Tenant!
seller: Seller!
shippingMethod: ShippingMethod!
isPriceOverridden: Boolean!
priceOverrideAmount: Decimal!
}

Fields

CheckoutSellerShipping.id ● ID! non-null scalar

The Globally Unique ID of this object

CheckoutSellerShipping.tenant ● Tenant! non-null object

The tenant this checkout seller shipping belongs to.

CheckoutSellerShipping.seller ● Seller! non-null object

The seller this shipping method is for.

CheckoutSellerShipping.shippingMethod ● ShippingMethod! non-null object

The selected shipping method.

CheckoutSellerShipping.isPriceOverridden ● Boolean! non-null scalar

Whether the price has been overridden.

CheckoutSellerShipping.priceOverrideAmount ● Decimal! non-null scalar

The overridden price amount if applicable.

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

Checkout object

Was this page helpful?