List all order variables

This tutorial requires the technical skills, including Liquid. If you have difficulty doing this, please contact us.

Shop

name String Name of the shop
address1 String First address where the shop is located
address2 String Second address where the shop is located
city String City where the shop is located
contact_email String! Primary contact email for the shop
sale_email String Sales contact email for the shop
country String Country code where the shop is located
currency String Default currency of the shop
website String Website URL of the shop
phone String Contact phone number of the shop
register_number String Registration number of the shop
vat String VAT identification number of the shop
zip String Postal code of the shop location
facebook_url String Facebook page URL of the shop
instagram_url String Instagram profile URL of the shop
pinterest_url String Pinterest page URL of the shop
twitter_url String Twitter handle URL of the shop
youtube_url String YouTube channel URL of the shop
logo String URL to the shop's logo image

Settings

logo_size UnsignedInt64! The size logo using in the template.
primary_color String! The primary color of the template.
accent_color String! The accent color of the template.
is_logo Boolean! Display/hidden shop's logo
font_size UnsignedInt64! Font size in percentage
font_family String! Font family of the template's text

DiscountCode

title String! The code of the discount.

ShippingMethod

title String! The title of shipping method of the order.

Order

order_name String! The unique identifier for the order that appears on the order page in the Shopify admin and the Order status page. For example, "#1001", "EN1001", or "1001-A". This value isn't unique across multiple stores.
name String! The unique identifier for the order that appears on the order page in the Shopify admin and the Order status page. For example, "#1001", "EN1001", or "1001-A". This value isn't unique across multiple stores.
id UnsignedInt64! The ID of the corresponding resource in the REST Admin API.
po_number String The PO number associated with the order.
created_at DateTime! Date and time when the order was created in Shopify.
date DateTime! Date and time when the order was created in Shopify.
updated_at DateTime! The date and time when the order was modified last.
processed_at DateTime! The date and time when the order was processed. This date and time might not match the date and time when the order was created.
cancelled_at DateTime The date and time when the order was canceled. Returns `null` if the order wasn't canceled.
closed_at DateTime The date and time when the order was closed. Returns `null` if the order isn't closed.
billing_addressMailingAddressThe billing address of the customer.
shipping_addressMailingAddressThe mailing address of the customer.
shipping_lineShippingLineThe latest shipping line of the order.
shipping_linesShippingLineA list of the order's shipping lines.
customerCustomerThe customer that placed the order.
customer_locale String A two-letter or three-letter language code, optionally followed by a region modifier.
email String The email address associated with the customer.
financial_statusOrderDisplayFinancialStatusThe financial status of the order that can be shown to the merchant. This field doesn't capture all the details of an order's financial state. It should only be used for display summary purposes.
fulfillment_statusOrderDisplayFulfillmentStatus!The fulfillment status for the order that can be shown to the merchant. This field does not capture all the details of an order's fulfillment state. It should only be used for display summary purposes. For a more granular view of the fulfillment status, refer to the [FulfillmentOrder](https://shopify.dev/api/admin-graphql/latest/objects/FulfillmentOrder) object.
discounts_amount MoneyBag! The total price of the order, after returns, in shop and presentment currencies. This includes taxes and discounts.
payment_methods [String!]! A list of the names of all payment gateways used for the order. For example, "Shopify Payments" and "Cash on Delivery (COD)".
payment_method String The list of payment methods, separating by a comma.
gateways [String!]! A list of the names of all payment gateways used for the order. For example, "Shopify Payments" and "Cash on Delivery (COD)".
gateway String The list of all gateways, separating by a comma.
total_items Int! The sum of the quantities for all line items that contribute to the order's current subtotal price.
item_count Int! The sum of the quantities for all line items that contribute to the order's current subtotal price.
total_weight UnsignedInt64 The total weight of the order before returns, in grams.
shipping_methodShippingMethodThe shipping method including title of the order.
order_currencyCurrencyCode!The shop currency when the order was placed.
currencyCurrencyCode!The shop currency when the order was placed.
subtotal_price MoneyBag! The sum of the prices for all line items after discounts and returns, in shop and presentment currencies. If `taxesIncluded` is `true`, then the subtotal also includes tax.
total_price MoneyBag! The total price of the order, after returns, in shop and presentment currencies. This includes taxes and discounts.
total_refunds MoneyBag! The total amount that was refunded, in shop and presentment currencies.
total_refunds_amount Decimal! The total amount that was refunded, in shop and presentment currencies.
total_paid_amount Decimal! The total amount received from the customer before returns, in shop and presentment currencies.
total_paid MoneyBag! The total amount received from the customer before returns, in shop and presentment currencies.
shipping_price MoneyBag! The total shipping amount before discounts and returns, in shop and presentment currencies.
total_discounts MoneyBag! The total amount discounted on the order after returns, in shop and presentment currencies. This includes both order and line level discounts.
current_total_discounts MoneyBag! The total amount discounted on the order after returns, in shop and presentment currencies. This includes both order and line level discounts.
total_due MoneyBag The total amount of duties after returns, in shop and presentment currencies. Returns `null` if duties aren't applicable.
total_due_amount MoneyBag! The total amount received from the customer before returns, in shop and presentment currencies.
duties_price MoneyBag The total amount of duties after returns, in shop and presentment currencies. Returns `null` if duties aren't applicable.
total_tax MoneyBag The total tax amount before returns, in shop and presentment currencies.
tax_price MoneyBag! The sum of the prices of all tax lines applied to line items on the order, after returns, in shop and presentment currencies.
current_total_tax MoneyBag! The sum of the prices of all tax lines applied to line items on the order, after returns, in shop and presentment currencies.
note String The contents of the note associated with the order.
tags [String!]! A comma separated list of tags associated with the order. Updating `tags` overwrites any existing tags that were previously added to the order. To add new tags without overwriting existing tags, use the [tagsAdd](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd) mutation.
products[Product!]!List of products of the order.
variants[Product!]!List of variants of the order.
line_items[LineItem]!A list of the order's line items.
payment_termsPaymentTermsThe payment terms associated with the order.
fulfillments[Fulfillment!]!List of shipments for the order.
fulfillmentFulfillmentThe latest fulfillment of the order.
transactions[OrderTransaction]A list of transactions associated with the order.
refunds[Refund]A list of refunds that have been applied to the order.
latest_refundRefundThe latest refund of the order.
payment_transactions[OrderTransaction]!The list of payment transactions of the order.
refund_transactions[OrderTransaction]!The list of refunds transactions of the order.
tax_lines[TaxLine!]!A list of all tax lines applied to line items on the order, before returns. Tax line prices represent the total price for all tax lines with the same `rate` and `title`.
latest_fulfillmentFulfillmentThe latest fulfillment of the order.
discountsDiscountCodeThe list of discount codes of the order.
metafields[Metafield]!List of metafields that belong to the resource.

MailingAddress

address1 String The first line of the address. Typically the street address or PO Box number.
address2 String The second line of the address. Typically the number of the apartment, suite, or unit.
city String The name of the city, district, village, or town.
company String The name of the customer's company or organization.
country String The name of the country.
first_name String The first name of the customer.
last_name String The last name of the customer.
phone String A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_.
province String The region of the address, such as the province, state, or district.
zip String The zip or postal code of the address.
name String The full name of the customer, based on firstName and lastName.
province_code String The two-letter code for the region. For example, ON.
country_codeCountryCodeThe two-letter code for the country of the address. For example, US.
latitude Float The latitude coordinate of the customer address.
longitude Float The longitude coordinate of the customer address.
name_unformatted String The full name of the customer, based on firstName and lastName.
first_name_unformatted String The first name of the customer.
last_name_unformatted String The last name of the customer.

Customer

id ID! A globally-unique ID.
total_spentMoneyV2The total amount that the customer has spent on orders in their lifetime.
customer_metafields[Metafield]!List of metafields that belong to the resource.
email String The customer's email address.
email_marketing_consent CustomerEmailMarketingConsentState The current email marketing state for the customer. If the customer doesn't have an email address, then this property is `null`.
created_at DateTime! The date and time when the customer was added to the store.
updated_at DateTime! The date and time when the customer was last updated.
first_name String The customer's first name.
last_name String The customer's last name.
number_of_orders UnsignedInt64! The number of orders that the customer has made at the store in their lifetime.
state CustomerState! The state of the customer's account with the shop.
amount_spentMoneyV2!The total amount that the customer has spent on orders in their lifetime.
note String A note about the customer.
verified_email Boolean! Whether the customer has verified their email address. Defaults to `true` if the customer is created through the Shopify admin or API.
multipass_identifier String A unique identifier for the customer that's used with Multipass login.
tax_exempt Boolean! Whether the customer is exempt from being charged taxes on their orders.
tax_exemptions [TaxExemption!]! The list of tax exemptions applied to the customer.
phone String The customer's phone number.
tags [String!]! A comma separated list of tags that have been added to the customer.
default_addressMailingAddressThe default address associated with the customer.

Attribute

key String! Key or name of the attribute.
value String Value of the attribute.

TaxLine

title String! The name of the tax.
price_set MoneyBag! The amount of tax, in shop and presentment currencies, after discounts and before returns.
price_amount Decimal! The amount of tax, in shop and presentment currencies, after discounts and before returns.
price MoneyBag! The amount of tax, in shop and presentment currencies, after discounts and before returns.
rate Float The proportion of the line item price that the tax represents as a decimal.

ShippingLine

title String! Returns the title of the shipping line.
price MoneyBag! The pre-tax shipping price without any discounts applied.
code String A reference to the shipping method.

DiscountAllocation

allocated_amount_set MoneyBag! The money amount that's allocated to a line based on the associated discount application in shop and presentment currencies.
allocated_amountMoneyV2!The money amount that's allocated to a line based on the associated discount application.

Image

alt_text String A word or phrase to share the nature or contents of an image.
height Int The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.
id ID A unique ID for the image.
url URL! The location of the image as a URL. If no transform options are specified, then the original image will be preserved including any pre-applied transforms. All transformation options are considered "best-effort". Any transformation that the original image type doesn't support will be ignored. If you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).
width Int The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.

ProductVariant

title String! The title of the product variant.
price Money! The price of the product variant in the default shop currency.
compare_at_price Money The compare-at price of the variant in the default shop currency.
weight_unitWeightUnit!The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: `g`, `kg`, `oz`, `lb`.
weight Float The weight of the product variant in the unit system specified with weight_unit.
grams Float The weight of the product variant in the unit system specified with weight_unit.
inventory_quantity Int The total sellable quantity of the variant.
sku String A case-sensitive identifier for the product variant in the shop. Required in order to connect to a fulfillment service.
barcode String The value of the barcode associated with the product.
imageImageThe featured image for the variant.
option1 String The first option of the variant.
option2 String The second option of the variant.
option3 String The third option of the variant.

Product

id ID! A globally-unique ID.
title String! The title of the product.
product_type String! The product type specified by the merchant.
vendor String! The name of the product's vendor.
handle String! A unique human-friendly string of the product's title.
tags [String!]! A comma separated list of tags associated with the product. Updating `tags` overwrites any existing tags that were previously added to the product. To add new tags without overwriting existing tags, use the [tagsAdd](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd) mutation.
options [ProductOption!]! A list of product options. The limit is specified by Shop.resourceLimits.maxProductOptions.
featured_imageImageThe featured image for the product.
variants[ProductVariant]!A list of variants associated with the product.
url URL The online store URL for the product. A value of `null` indicates that the product isn't published to the Online Store sales channel.
metafields[Metafield!]!List of metafields that belong to the resource.

PaymentSchedule

amount Decimal! Amount owed for this payment schedule.
currencyCurrencyCode!The currency of payment schedule.
issued_at DateTime Date and time when the invoice is sent.
due_at DateTime Date and time when the payment schedule is due.
completed_at DateTime Date and time when the payment schedule is paid or fulfilled.

PaymentTerms

overdue Boolean! Whether the payment terms have overdue payment schedules.
payment_terms_name String! The name of the payment terms template used to create the payment terms.
payment_terms_typePaymentTermsType!The payment terms template type used to create the payment terms.
due_in_days Int Duration of payment terms in days based on the payment terms template used to create the payment terms.
payment_schedules[PaymentSchedule]!List of schedules for the payment terms.
payment_schedulePaymentScheduleThe latest payment schedule of the payment terms.

LineItem

id ID! A globally-unique ID.
name String! The title of the product, optionally appended with the title of the variant (if applicable).
title String! The title of the product at time of order creation.
product_title String! The title of the product at time of order creation.
quantity Int! The number of units ordered, including refunded and removed units.
refunded_quantity Int! The number of units ordered, excluding refunded units.
fulfillable_quantity Int! The number of units ordered, including refunded and removed units.
price MoneyBag! The approximate unit price of the line item in shop and presentment currencies. This value includes line-level discounts and discounts applied to refunded and removed quantities. It doesn't include order-level discounts.
price_amount Decimal! The approximate unit price of the line item in shop and presentment currencies. This value includes line-level discounts and discounts applied to refunded and removed quantities. It doesn't include order-level discounts.
original_price MoneyBag! In shop and presentment currencies, the unit price of the line item when the order was created. This value doesn't include discounts.
original_price_amount Decimal! In shop and presentment currencies, the unit price of the line item when the order was created. This value doesn't include discounts.
line_price MoneyBag! The total discounted price of the line item in shop and presentment currencies, including refunded and removed quantities. This value doesn't include order-level discounts. Code-based discounts aren't included by default.
total_discounts MoneyBag! The total discount allocated to the line item in shop and presentment currencies, including the total allocated to refunded and removed quantities. This value doesn't include order-level discounts.
total_discounts_amount Decimal! The total discount allocated to the line item in shop and presentment currencies, including the total allocated to refunded and removed quantities. This value doesn't include order-level discounts.
discount_per_item Decimal! The discounted price per item.
discount_allocations[DiscountAllocation!]!The discounts that have been allocated to the line item by discount applications, including discounts allocated to refunded and removed quantities.
sku String The variant SKU number.
vendor String The name of the vendor who made the variant.
weight Float The weight of the product variant in the unit system specified with weight_unit.
grams Float The weight of the product variant in the unit system specified with weight_unit.
weight_unitWeightUnitThe unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: `g`, `kg`, `oz`, `lb`.
total_weight Float The weight of all products in the unit system specified with weight_unit.
current_quantity Int! The number of units ordered, excluding refunded and removed units.
variantProductVariantThe Variant object associated with this line item.
productProductThe Product object associated with this line item's variant.
image String The product image url of the line item.

Metafield

id ID! A globally-unique ID.
value String! The data stored in the metafield. Always stored as a string, regardless of the metafield's type.

DraftOrderLineItem

id ID! A globally-unique ID.
name String! The name of the product.
title String! The name of the product.
quantity Int! The number of product variants that are requested in the draft order.
fulfillable_quantity Int! The number of product variants that are requested in the draft order.
price_amount Decimal! The price of the draft order line item.
original_price MoneyBag! The variant price without any discounts applied.
original_price_amount Decimal! The original price of the draft order line item.
line_price MoneyBag! The line item price after discounts are applied.
total_discounts MoneyBag! The total value of the discount that's applied to the line item.
total_discounts_amount Decimal! The total discount of the draft order line item.
discount_per_item Decimal! The discount price per draft order line item.
properties[Attribute!]!A list of attributes that represent custom features or special requests.
sku String The SKU number of the product variant.
vendor String The name of the vendor who created the product variant.
weight Weight The weight unit and value for a draft order line item.
grams Weight The weight unit and value for a draft order line item.
total_weight Float The total weight of the draft order line item, calculating by weight * quantity.
variantProductVariantThe associated variant for the line item.
productProductThe product corresponding to the line item’s product variant.
image String The product URL of the draft order line item.

Fulfillment

date DateTime! The date and time when the fulfillment was created.
tracking_company String The name of the tracking company.
tracking_number String The tracking number of the fulfillment.
line_items [FulfillmentLineItem!]! List of the fulfillment's line items.

Refund

created_at DateTime The date and time when the refund was created.
date DateTime The date and time when the refund was created.
note String The optional note associated with the refund.
restock Boolean! Whether any line item on the order can be restocked.
payment_method String! A list of the names of all payment gateways used for the order.
total MoneyBag! The total amount across all transactions for the refund, in shop and presentment currencies.
total_amount Decimal! The total amount of the refund.
subtotal Float! The subtotal price of the refund.
total_tax Float! The total tax price of the refund.
refund_line_items[RefundLineItem!]!The `RefundLineItem` resources attached to the refund.
transactions[OrderTransaction!]!The transactions associated with the refund.

RefundLineItem

quantity Int! The quantity of a refunded line item.
subtotal MoneyBag! The subtotal price of a refunded line item in shop and presentment currencies.
total_tax MoneyBag! The total tax charged on a refunded line item in shop and presentment currencies.
line_itemLineItem!The `LineItem` resource associated to the refunded line item.

DraftOrder

id UnsignedInt64! The ID of the corresponding resource in the REST Admin API.
order_name String! The identifier for the draft order, which is unique within the store. For example, _#D1223_.
name String! The identifier for the draft order, which is unique within the store. For example, _#D1223_.
po_number String The purchase order number.
created_at DateTime! The date and time when the draft order was created in Shopify.
date DateTime! The date and time when the draft order was created in Shopify.
updated_at DateTime! The date and time when the draft order was last changed. The format is YYYY-MM-DD HH:mm:ss. For example, 2016-02-05 17:04:01.
billing_addressMailingAddressThe billing address of the customer.
shipping_addressMailingAddressThe shipping address of the customer.
shipping_lineShippingLineThe line item that contains the shipping costs.
customerCustomerThe customer who will be sent an invoice for the draft order, if there is one.
line_items[DraftOrderLineItem!]!The list of the line items in the draft order.
email String The email address of the customer, which is used to send notifications.
total_weight UnsignedInt64! The total weight in grams of the draft order.
shipping_methodShippingMethodThe shipping method including title of the draft order.
subtotal_price Money! The subtotal of the line items and their discounts. The subtotal doesn't include shipping charges, shipping discounts, or taxes.
total_price MoneyBag! The total amount of the draft order including taxes, shipping charges, and discounts.
order_currencyCurrencyCode!The three letter code for the currency of the store at the time of the most recent update to the draft order.
currencyCurrencyCode!The three letter code for the currency of the store at the time of the most recent update to the draft order.
tags [String!]! A comma separated list of tags associated with the draft order. Updating `tags` overwrites any existing tags that were previously added to the draft order. To add new tags without overwriting existing tags, use the [tagsAdd](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd) mutation.
attributes[Attribute!]!The custom information added to the draft order on behalf of the customer.
payment_termsPaymentTermsThe associated payment terms for this draft order.
payment_transactions[OrderTransaction!]!The list of transactions of order relating to the draft order.
products[Product!]!The list of products of draft order.
variants[ProductVariant!]!The list of product variants of draft order.
metafields[Metafield!]!List of metafields that belong to the resource.

OrderTransaction

amount MoneyBag! The amount and currency of the transaction in shop and presentment currencies.
authorization String Authorization code associated with the transaction.
date DateTime! Date and time when the transaction was created.
created_at DateTime! Date and time when the transaction was created.
gateway String The payment gateway used to process the transaction.
payment_method_gateway String The human-readable payment gateway name used to process the transaction.
kindOrderTransactionKind!The kind of transaction.
statusOrderTransactionStatus!The status of this transaction.
payment_transactions PaymentDetails The payment details for the transaction.

MoneyV2

amount Decimal! Decimal money amount.
currency_codeCurrencyCode!Currency of the money.

WeightUnit

GRAMSMetric system unit of mass.
KILOGRAMS1 kilogram equals 1000 grams.
OUNCESImperial system unit of mass.
POUNDS1 pound equals 16 ounces.

OrderDisplayFinancialStatus

AUTHORIZEDDisplayed as **Authorized**.
EXPIREDDisplayed as **Expired**.
PAIDDisplayed as **Paid**.
PARTIALLY_PAIDDisplayed as **Partially paid**.
PARTIALLY_REFUNDEDDisplayed as **Partially refunded**.
PENDINGDisplayed as **Pending**.
REFUNDEDDisplayed as **Refunded**.
VOIDEDDisplayed as **Voided**.

OrderDisplayFulfillmentStatus

FULFILLEDDisplayed as **Fulfilled**. All the items in the order have been fulfilled.
IN_PROGRESSDisplayed as **In progress**. Some of the items in the order have been fulfilled, or a request for fulfillment has been sent to the fulfillment service.
ON_HOLDDisplayed as **On hold**. All of the unfulfilled items in this order are on hold.
OPENDisplayed as **Open**. None of the items in the order have been fulfilled. Replaced by "UNFULFILLED" status.
PARTIALLY_FULFILLEDDisplayed as **Partially fulfilled**. Some of the items in the order have been fulfilled.
PENDING_FULFILLMENTDisplayed as **Pending fulfillment**. A request for fulfillment of some items awaits a response from the fulfillment service. Replaced by the "IN_PROGRESS" status.
RESTOCKEDDisplayed as **Restocked**. All the items in the order have been restocked. Replaced by the "UNFULFILLED" status.
SCHEDULEDDisplayed as **Scheduled**. All of the unfulfilled items in this order are scheduled for fulfillment at later time.
UNFULFILLEDDisplayed as **Unfulfilled**. None of the items in the order have been fulfilled.

CurrencyCode

AEDUnited Arab Emirates Dirham (AED).
AFNAfghan Afghani (AFN).
ALLAlbanian Lek (ALL).
AMDArmenian Dram (AMD).
ANGNetherlands Antillean Guilder.
AOAAngolan Kwanza (AOA).
ARSArgentine Pesos (ARS).
AUDAustralian Dollars (AUD).
AWGAruban Florin (AWG).
AZNAzerbaijani Manat (AZN).
BAMBosnia and Herzegovina Convertible Mark (BAM).
BBDBarbadian Dollar (BBD).
BDTBangladesh Taka (BDT).
BGNBulgarian Lev (BGN).
BHDBahraini Dinar (BHD).
BIFBurundian Franc (BIF).
BMDBermudian Dollar (BMD).
BNDBrunei Dollar (BND).
BOBBolivian Boliviano (BOB).
BRLBrazilian Real (BRL).
BSDBahamian Dollar (BSD).
BTNBhutanese Ngultrum (BTN).
BWPBotswana Pula (BWP).
BYNBelarusian Ruble (BYN).
BYRBelarusian Ruble (BYR).
BZDBelize Dollar (BZD).
CADCanadian Dollars (CAD).
CDFCongolese franc (CDF).
CHFSwiss Francs (CHF).
CLPChilean Peso (CLP).
CNYChinese Yuan Renminbi (CNY).
COPColombian Peso (COP).
CRCCosta Rican Colones (CRC).
CVECape Verdean escudo (CVE).
CZKCzech Koruny (CZK).
DJFDjiboutian Franc (DJF).
DKKDanish Kroner (DKK).
DOPDominican Peso (DOP).
DZDAlgerian Dinar (DZD).
EGPEgyptian Pound (EGP).
ERNEritrean Nakfa (ERN).
ETBEthiopian Birr (ETB).
EUREuro (EUR).
FJDFijian Dollars (FJD).
FKPFalkland Islands Pounds (FKP).
GBPUnited Kingdom Pounds (GBP).
GELGeorgian Lari (GEL).
GHSGhanaian Cedi (GHS).
GIPGibraltar Pounds (GIP).
GMDGambian Dalasi (GMD).
GNFGuinean Franc (GNF).
GTQGuatemalan Quetzal (GTQ).
GYDGuyanese Dollar (GYD).
HKDHong Kong Dollars (HKD).
HNLHonduran Lempira (HNL).
HRKCroatian Kuna (HRK).
HTGHaitian Gourde (HTG).
HUFHungarian Forint (HUF).
IDRIndonesian Rupiah (IDR).
ILSIsraeli New Shekel (NIS).
INRIndian Rupees (INR).
IQDIraqi Dinar (IQD).
IRRIranian Rial (IRR).
ISKIcelandic Kronur (ISK).
JEPJersey Pound.
JMDJamaican Dollars (JMD).
JODJordanian Dinar (JOD).
JPYJapanese Yen (JPY).
KESKenyan Shilling (KES).
KGSKyrgyzstani Som (KGS).
KHRCambodian Riel.
KIDKiribati Dollar (KID).
KMFComorian Franc (KMF).
KRWSouth Korean Won (KRW).
KWDKuwaiti Dinar (KWD).
KYDCayman Dollars (KYD).
KZTKazakhstani Tenge (KZT).
LAKLaotian Kip (LAK).
LBPLebanese Pounds (LBP).
LKRSri Lankan Rupees (LKR).
LRDLiberian Dollar (LRD).
LSLLesotho Loti (LSL).
LTLLithuanian Litai (LTL).
LVLLatvian Lati (LVL).
LYDLibyan Dinar (LYD).
MADMoroccan Dirham.
MDLMoldovan Leu (MDL).
MGAMalagasy Ariary (MGA).
MKDMacedonia Denar (MKD).
MMKBurmese Kyat (MMK).
MNTMongolian Tugrik.
MOPMacanese Pataca (MOP).
MRUMauritanian Ouguiya (MRU).
MURMauritian Rupee (MUR).
MVRMaldivian Rufiyaa (MVR).
MWKMalawian Kwacha (MWK).
MXNMexican Pesos (MXN).
MYRMalaysian Ringgits (MYR).
MZNMozambican Metical.
NADNamibian Dollar.
NGNNigerian Naira (NGN).
NIONicaraguan Córdoba (NIO).
NOKNorwegian Kroner (NOK).
NPRNepalese Rupee (NPR).
NZDNew Zealand Dollars (NZD).
OMROmani Rial (OMR).
PABPanamian Balboa (PAB).
PENPeruvian Nuevo Sol (PEN).
PGKPapua New Guinean Kina (PGK).
PHPPhilippine Peso (PHP).
PKRPakistani Rupee (PKR).
PLNPolish Zlotych (PLN).
PYGParaguayan Guarani (PYG).
QARQatari Rial (QAR).
RONRomanian Lei (RON).
RSDSerbian dinar (RSD).
RUBRussian Rubles (RUB).
RWFRwandan Franc (RWF).
SARSaudi Riyal (SAR).
SBDSolomon Islands Dollar (SBD).
SCRSeychellois Rupee (SCR).
SDGSudanese Pound (SDG).
SEKSwedish Kronor (SEK).
SGDSingapore Dollars (SGD).
SHPSaint Helena Pounds (SHP).
SLLSierra Leonean Leone (SLL).
SOSSomali Shilling (SOS).
SRDSurinamese Dollar (SRD).
SSPSouth Sudanese Pound (SSP).
STDSao Tome And Principe Dobra (STD).
STNSao Tome And Principe Dobra (STN).
SYPSyrian Pound (SYP).
SZLSwazi Lilangeni (SZL).
THBThai baht (THB).
TJSTajikistani Somoni (TJS).
TMTTurkmenistani Manat (TMT).
TNDTunisian Dinar (TND).
TOPTongan Pa'anga (TOP).
TRYTurkish Lira (TRY).
TTDTrinidad and Tobago Dollars (TTD).
TWDTaiwan Dollars (TWD).
TZSTanzanian Shilling (TZS).
UAHUkrainian Hryvnia (UAH).
UGXUgandan Shilling (UGX).
USDUnited States Dollars (USD).
UYUUruguayan Pesos (UYU).
UZSUzbekistan som (UZS).
VEDVenezuelan Bolivares (VED).
VEFVenezuelan Bolivares (VEF).
VESVenezuelan Bolivares Soberanos (VES).
VNDVietnamese đồng (VND).
VUVVanuatu Vatu (VUV).
WSTSamoan Tala (WST).
XAFCentral African CFA Franc (XAF).
XCDEast Caribbean Dollar (XCD).
XOFWest African CFA franc (XOF).
XPFCFP Franc (XPF).
XXXUnrecognized currency.
YERYemeni Rial (YER).
ZARSouth African Rand (ZAR).
ZMWZambian Kwacha (ZMW).

CountryCode

ACAscension Island.
ADAndorra.
AEUnited Arab Emirates.
AFAfghanistan.
AGAntigua & Barbuda.
AIAnguilla.
ALAlbania.
AMArmenia.
ANNetherlands Antilles.
AOAngola.
ARArgentina.
ATAustria.
AUAustralia.
AWAruba.
AXÅland Islands.
AZAzerbaijan.
BABosnia & Herzegovina.
BBBarbados.
BDBangladesh.
BEBelgium.
BFBurkina Faso.
BGBulgaria.
BHBahrain.
BIBurundi.
BJBenin.
BLSt. Barthélemy.
BMBermuda.
BNBrunei.
BOBolivia.
BQCaribbean Netherlands.
BRBrazil.
BSBahamas.
BTBhutan.
BVBouvet Island.
BWBotswana.
BYBelarus.
BZBelize.
CACanada.
CCCocos (Keeling) Islands.
CDCongo - Kinshasa.
CFCentral African Republic.
CGCongo - Brazzaville.
CHSwitzerland.
CICôte d’Ivoire.
CKCook Islands.
CLChile.
CMCameroon.
CNChina.
COColombia.
CRCosta Rica.
CUCuba.
CVCape Verde.
CWCuraçao.
CXChristmas Island.
CYCyprus.
CZCzechia.
DEGermany.
DJDjibouti.
DKDenmark.
DMDominica.
DODominican Republic.
DZAlgeria.
ECEcuador.
EEEstonia.
EGEgypt.
EHWestern Sahara.
EREritrea.
ESSpain.
ETEthiopia.
FIFinland.
FJFiji.
FKFalkland Islands.
FOFaroe Islands.
FRFrance.
GAGabon.
GBUnited Kingdom.
GDGrenada.
GEGeorgia.
GFFrench Guiana.
GGGuernsey.
GHGhana.
GIGibraltar.
GLGreenland.
GMGambia.
GNGuinea.
GPGuadeloupe.
GQEquatorial Guinea.
GRGreece.
GSSouth Georgia & South Sandwich Islands.
GTGuatemala.
GWGuinea-Bissau.
GYGuyana.
HKHong Kong SAR.
HMHeard & McDonald Islands.
HNHonduras.
HRCroatia.
HTHaiti.
HUHungary.
IDIndonesia.
IEIreland.
ILIsrael.
IMIsle of Man.
INIndia.
IOBritish Indian Ocean Territory.
IQIraq.
IRIran.
ISIceland.
ITItaly.
JEJersey.
JMJamaica.
JOJordan.
JPJapan.
KEKenya.
KGKyrgyzstan.
KHCambodia.
KIKiribati.
KMComoros.
KNSt. Kitts & Nevis.
KPNorth Korea.
KRSouth Korea.
KWKuwait.
KYCayman Islands.
KZKazakhstan.
LALaos.
LBLebanon.
LCSt. Lucia.
LILiechtenstein.
LKSri Lanka.
LRLiberia.
LSLesotho.
LTLithuania.
LULuxembourg.
LVLatvia.
LYLibya.
MAMorocco.
MCMonaco.
MDMoldova.
MEMontenegro.
MFSt. Martin.
MGMadagascar.
MKNorth Macedonia.
MLMali.
MMMyanmar (Burma).
MNMongolia.
MOMacao SAR.
MQMartinique.
MRMauritania.
MSMontserrat.
MTMalta.
MUMauritius.
MVMaldives.
MWMalawi.
MXMexico.
MYMalaysia.
MZMozambique.
NANamibia.
NCNew Caledonia.
NENiger.
NFNorfolk Island.
NGNigeria.
NINicaragua.
NLNetherlands.
NONorway.
NPNepal.
NRNauru.
NUNiue.
NZNew Zealand.
OMOman.
PAPanama.
PEPeru.
PFFrench Polynesia.
PGPapua New Guinea.
PHPhilippines.
PKPakistan.
PLPoland.
PMSt. Pierre & Miquelon.
PNPitcairn Islands.
PSPalestinian Territories.
PTPortugal.
PYParaguay.
QAQatar.
RERéunion.
RORomania.
RSSerbia.
RURussia.
RWRwanda.
SASaudi Arabia.
SBSolomon Islands.
SCSeychelles.
SDSudan.
SESweden.
SGSingapore.
SHSt. Helena.
SISlovenia.
SJSvalbard & Jan Mayen.
SKSlovakia.
SLSierra Leone.
SMSan Marino.
SNSenegal.
SOSomalia.
SRSuriname.
SSSouth Sudan.
STSão Tomé & Príncipe.
SVEl Salvador.
SXSint Maarten.
SYSyria.
SZEswatini.
TATristan da Cunha.
TCTurks & Caicos Islands.
TDChad.
TFFrench Southern Territories.
TGTogo.
THThailand.
TJTajikistan.
TKTokelau.
TLTimor-Leste.
TMTurkmenistan.
TNTunisia.
TOTonga.
TRTürkiye.
TTTrinidad & Tobago.
TVTuvalu.
TWTaiwan.
TZTanzania.
UAUkraine.
UGUganda.
UMU.S. Outlying Islands.
USUnited States.
UYUruguay.
UZUzbekistan.
VAVatican City.
VCSt. Vincent & Grenadines.
VEVenezuela.
VGBritish Virgin Islands.
VNVietnam.
VUVanuatu.
WFWallis & Futuna.
WSSamoa.
XKKosovo.
YEYemen.
YTMayotte.
ZASouth Africa.
ZMZambia.
ZWZimbabwe.
ZZUnknown Region.

FulfillmentStatus

CANCELLEDThe fulfillment was canceled.
ERRORThere was an error with the fulfillment request.
FAILUREThe fulfillment request failed.
OPENThe third-party fulfillment service has acknowledged the fulfillment and is processing it.
PENDINGShopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to `open` or `success`.
SUCCESSThe fulfillment was completed successfully.

FulfillmentDisplayStatus

ATTEMPTED_DELIVERYDisplayed as **Attempted delivery**.
CANCELEDDisplayed as **Canceled**.
CONFIRMEDDisplayed as **Confirmed**.
DELIVEREDDisplayed as **Delivered**.
FAILUREDisplayed as **Failure**.
FULFILLEDDisplayed as **Fulfilled**.
IN_TRANSITDisplayed as **In transit**.
LABEL_PRINTEDDisplayed as **Label printed**.
LABEL_PURCHASEDDisplayed as **Label purchased**.
LABEL_VOIDEDDisplayed as **Label voided**.
MARKED_AS_FULFILLEDDisplayed as **Marked as fulfilled**.
NOT_DELIVEREDDisplayed as **Not delivered**.
OUT_FOR_DELIVERYDisplayed as **Out for delivery**.
PICKED_UPDisplayed as **Picked up**.
READY_FOR_PICKUPDisplayed as **Ready for pickup**.
SUBMITTEDDisplayed as **Submitted**.

PaymentTermsType

FIXEDThe payment terms or payment terms template is a fixed type. It's due on a specified date.
FULFILLMENTThe payment terms or payment terms template is due on fulfillment.
NETThe payment terms or payment terms template is a net type. It's due a number of days after issue.
RECEIPTThe payment terms or payment terms template is due on receipt.
UNKNOWNThe type of the payment terms or payment terms template is unknown.

OrderTransactionKind

AUTHORIZATIONAn amount reserved against the cardholder's funding source. Money does not change hands until the authorization is captured.
CAPTUREA transfer of the money that was reserved by an authorization.
CHANGEThe money returned to the customer when they've paid too much during a cash transaction.
EMV_AUTHORIZATIONAn authorization for a payment taken with an EMV credit card reader.
REFUNDA partial or full return of captured funds to the cardholder. A refund can happen only after a capture is processed.
SALEAn authorization and capture performed together in a single step.
SUGGESTED_REFUNDA suggested refund transaction that can be used to create a refund.
VOIDA cancelation of an authorization transaction.

OrderTransactionStatus

AWAITING_RESPONSEAwaiting a response.
ERRORThere was an error while processing the transaction.
FAILUREThe transaction failed.
PENDINGThe transaction is pending.
SUCCESSThe transaction succeeded.
UNKNOWNThe transaction status is unknown.
I hope this tutorial may help you to design your layout. If you have any issues relating to this, please contact us to get help.
Andrew Doan

Hey! I'm Andrew Doan. Together, we'll build the foundation for a successful store and ensure it thrives! Let grow together!


Andrew Doan