Magidoc

Checkout
Object

Checkout object.

Fields

#

applicableVolumeDiscounts

Applicable volume discounts

applicableVolumeDiscountsBySeller

Non-null

availableMarketplaceShippingMethods

Non-null

Available shipping methods for marketplace-fulfilled items in this checkout.

availablePaymentGateways

Non-null

List of available payment gateways.

availableShippingMethodsBySeller

Non-null

Available shipping methods for each seller in this checkout.

billingAddress

created

Non-null

currency

Non-null

Transaction currency.

discount

discountName

discountType

Discount Type if voucher is applied

email

Non-null

Email of a customer.

id

ID !
Non-null

The ID of the object

isShippingRequired

Non-null

Returns True, if checkout requires shipping.

lastChange

Non-null

lines

Non-null

A list of checkout lines, each containing information about an item in the checkout.

marketplaceShippingMethod

Shipping method for this order.

marketplaceShippingPrice

Non-null

The price of the marketplace shipping.

metadata

Non-null

List of public metadata items. Can be accessed without permissions.

note

Non-null

poNumbers

[ String !]

privateMetadata

Non-null

List of private metadata items.Requires proper staff permissions to access.

quantity

Non-null

shippingAddress

shippingMethods

Non-null

A list of structured checkout shipping methods.

shippingPrice

Non-null

The price of the shipping, with all the taxes included.

shippingSaleDiscount

Non-null

Shipping discount for this order

subtotalPrice

Non-null

The price of the checkout before shipping, with taxes included.

token

Non-null

The checkout's token.

totalPrice

Non-null

The sum of the the checkout line prices, with all the taxes,shipping costs, and discounts included.

translatedDiscountName

user

voucherCode

Interfaces

#

Also implements Node , ObjectWithMetadata .

Usages

#

References

#

  • Field checkout from User