ABCDEFGHIJ
1
2
FROMTO
3
Shopify APIs (Properties)Sub-PropertiesSub-Sub-PropertiesExplanation from ShopifySEONCustom Field NameItem Custom Field NameNotes
4
5
Order
6
https://shopify.dev/api/admin-rest/2023-01/resources/orderhttps://docs.seon.io/api-reference#fraud-api
7
billing_addressaddress1The mailing address associated with the payment method. This address is an optional field that won't be available on orders that do not require a payment method.billing_street
8
address2billing_street2
9
citybilling_city
10
country_codebilling_country
11
namecustom_fieldsbilling_fullname
12
phonebilling_phone
13
provincebilling_region
14
zipbilling_zip
15
browser_ipThe IP address of the browser used by the customer when they placed the order. Both IPv4 and IPv6 are supported.ip
16
buyer_accepts_marketingWhether the customer consented to receive email updates from the shop.custom_fieldsbuyer_accepts_marketing
17
cart_tokenA unique value when referencing the cart that's associated with the order.custom_fieldscart_token
18
checkout_tokenA unique value when referencing the checkout that's associated with the order.custom_fieldscheckout_token
19
current_total_priceThe current total price of the order in the shop currency. The value of this field reflects order edits, returns, and refunds.custom_fieldscurrent_total_price_shop_currency
20
customer_localeThe two or three-letter language code, optionally followed by a region modifier.custom_fieldscustomer_locale
21
discount_codescodeA list of discounts applied to the order.discount_code
22
emailThe customer's email address.email
23
emailemail_domain
24
financial_statusThe status of payments associated with the order. Can only be set when the order is created.custom_fieldsfinancial_status
25
fulfillment_statusThe order's status in terms of fulfilled line items. You can use the FulfillmentOrder resource for a more granular view.custom_fieldsfulfillment_status
26
idThe ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.'custom_fieldsorder_id
27
line_itemsrequires_shippingA list of line item objects, each containing information about an item in the order.itemsitem_custom_fieldsrequires_shipping
28
gift_carditem_custom_fieldsgift_card
29
gramsThe weight of the item in grams.item_custom_fieldsgrams
30
idThe ID of the line item.item_id
31
nameitem_name
32
origin_locationcountry_codeitem_store_country
33
priceitem_price
34
quantityitem_quantity
35
skuThe item's SKU (stock keeping unit).item_custom_fieldssku
36
variant_idThe ID of the product variant.item_id
37
variant_titleThe title of the product variant.item_custom_fieldsvariant
38
vendorThe name of the item's supplier.item_custom_fieldsvendor
39
name
The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings. This is different from the id property, which is the ID of the order used by the API. This field can also be set by the API to be any string value.
transaction_id
40
namecustom_fieldsorder_name
41
noteAn optional note that a shop owner can attach to the order.user_order_memo
42
order_status_urlThe URL pointing to the order status web page, if applicable.details_url
43
payment_gateway_namesThe list of payment gateways used for the order.payment_mode
44
phoneThe customer's phone number for receiving SMS notifications.phone_number
45
processing_methodHow the payment was processed.custom_fieldsprocessing_method
46
shipping_addressaddress1The mailing address to where the order will be shipped. This address is optional and will not be available on orders that do not require shipping.shipping_street
47
address2shipping_street2
48
cityshipping_city
49
country_codeshipping_contry
50
first_nameshipping_fullname
51
last_nameshipping_fullname
52
phoneshipping_phone
53
provinceshipping_region
54
shipping_linesshipping_method
55
zipshipping_zip
56
source_name
The source of the checkout. To use this field for sales attribution, you must register the channels that your app is managing. You can register the channels that your app is managing by completing this Google Form. After you've submited your request, you need to wait for your request to be processed by Shopify. You can find a list of your channels in the Partner Dashboard, in your app's Marketplace extension. You can specify a handle as the source_name value in your request.
custom_fieldssource_name
57
tagsTags attached to the order, formatted as a string of comma-separated values. Tags are additional short descriptors, commonly used for filtering and searching. Each individual tag is limited to 40 characters in length.custom_fieldstags
58
testWhether this is a test order.custom_fieldstest
59
60
Order Risk
61
https://shopify.dev/api/admin-rest/2023-01/resources/order-risk
62
riskLevelThe recommended action given to the merchant for the whole order. Valid values: cancel, investigate, accept.custom_fieldsshopify_order_risk_level
63
risks --> levelThe recommended action given to the merchant. Valid values: cancel, investigate, accept.custom_fieldsshopify_risk1_level
64
risks --> messageThe message that's displayed to the merchant to indicate the results of the fraud check.custom_fieldsshopify_risk1_message
65
risks --> levelcustom_fieldsshopify_risk2_level
66
risks --> messagecustom_fieldsshopify_risk2_message
67
risks --> levelcustom_fieldsshopify_risk3_level
68
risks --> messagecustom_fieldsshopify_risk3_message
69
70
Customer
71
https://shopify.dev/api/admin-rest/2023-01/resources/customer
72
created_atThe date and time (ISO 8601 format) when the customer was created.user_created
73
customernoteA note about the customer.custom_fieldscustomer_note
74
orders_countThe number of orders associated with this customer. Test and archived orders aren't counted.custom_fieldsorders_count
75
tagsTags that the shop owner has attached to the customer, formatted as a string of comma-separated values. A customer can have up to 250 tags. Each tag can have up to 255 characters.custom_fieldscustomer_tags
76
total_spentThe total amount of money that the customer has spent across their order history.custom_fieldscustomer_total_spent
77
verified_emailWhether the customer has verified their email address.custom_fieldscustomer_verified_email
78
default_addresscountryThe default address for the customer.user_country
79
cityuser_city
80
provinceuser_region
81
zipuser_zip
82
address1user_street
83
address2user_street2
84
phonephone_number
85
country_codephone_number
86
emailThe unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.email_domain
87
first_nameThe customer's first name.user_fullname
88
first_nameuser_name
89
idA unique identifier for the customer.user_id
90
last_nameThe customer's last name.user_fullname
91
last_nameuser_name
92
93
Transaction with success status
94
https://shopify.dev/api/admin-rest/2023-01/resources/transaction
95
amountThe amount of money included in the transaction. If you don't provide a value for `amount`, then it defaults to the total cost of the order (even if a previous transaction has been made towards it).transaction_amount
96
currencyThe three-letter code (ISO 4217 format) for the currency used for the payment.transaction_currency
97
gatewayThe name of the gateway the transaction was issued through. A list of gateways can be found on Shopify's payment gateways page.payment_provider
98
idThe ID for the transaction.custom_fieldstransaction_id
99
kindThe transaction's type.transaction_type
100
messageA string generated by the payment provider with additional information about why the transaction succeeded or failed.custom_fieldstransaction_message