POST Transaction/Post
Request Information
URI Parameters
None.
Body Parameters
ShopifyOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| admin_graphql_api_id | string |
None. |
|
| app_id | Object |
None. |
|
| billing_address | Billing_Address |
None. |
|
| browser_ip | Object |
None. |
|
| buyer_accepts_marketing | boolean |
None. |
|
| cancel_reason | string |
None. |
|
| cancelled_at | date |
None. |
|
| cart_token | Object |
None. |
|
| checkout_id | Object |
None. |
|
| checkout_token | Object |
None. |
|
| client_details | Object |
None. |
|
| closed_at | date |
None. |
|
| company | Object |
None. |
|
| confirmation_number | Object |
None. |
|
| confirmed | boolean |
None. |
|
| contact_email | string |
None. |
|
| created_at | date |
None. |
|
| currency | string |
None. |
|
| current_subtotal_price | string |
None. |
|
| current_subtotal_price_set | Current_Subtotal_Price_Set |
None. |
|
| current_total_additional_fees_set | Object |
None. |
|
| current_total_discounts | string |
None. |
|
| current_total_discounts_set | Current_Total_Discounts_Set |
None. |
|
| current_total_duties_set | Object |
None. |
|
| current_total_price | string |
None. |
|
| current_total_price_set | Current_Total_Price_Set |
None. |
|
| current_total_tax | string |
None. |
|
| current_total_tax_set | Current_Total_Tax_Set |
None. |
|
| customer | ShopifyCustomer |
None. |
|
| customer_locale | string |
None. |
|
| device_id | Object |
None. |
|
| discount_applications | Collection of Discount_Applications |
None. |
|
| discount_codes | Collection of Object |
None. |
|
| duties_included | boolean |
None. |
|
| string |
None. |
||
| estimated_taxes | boolean |
None. |
|
| financial_status | string |
None. |
|
| fulfillment_status | string |
None. |
|
| fulfillments | Collection of Object |
None. |
|
| id | integer |
None. |
|
| landing_site | Object |
None. |
|
| landing_site_ref | Object |
None. |
|
| line_items | Collection of Line_Items |
None. |
|
| location_id | Object |
None. |
|
| merchant_of_record_app_id | Object |
None. |
|
| name | string |
None. |
|
| note | Object |
None. |
|
| note_attributes | Collection of Object |
None. |
|
| number | integer |
None. |
|
| order_number | integer |
None. |
|
| order_status_url | string |
None. |
|
| original_total_additional_fees_set | Object |
None. |
|
| original_total_duties_set | Object |
None. |
|
| payment_gateway_names | Collection of string |
None. |
|
| payment_terms | Object |
None. |
|
| phone | Object |
None. |
|
| po_number | Object |
None. |
|
| presentment_currency | string |
None. |
|
| processed_at | date |
None. |
|
| reference | Object |
None. |
|
| referring_site | Object |
None. |
|
| refunds | Collection of Object |
None. |
|
| shipping_address | Shipping_Address |
None. |
|
| shipping_lines | Collection of Shipping_Lines |
None. |
|
| source_identifier | Object |
None. |
|
| source_name | string |
None. |
|
| source_url | Object |
None. |
|
| subtotal_price | string |
None. |
|
| subtotal_price_set | Subtotal_Price_Set |
None. |
|
| tags | string |
None. |
|
| tax_exempt | boolean |
None. |
|
| tax_lines | Collection of Object |
None. |
|
| taxes_included | boolean |
None. |
|
| test | boolean |
None. |
|
| token | string |
None. |
|
| total_discounts | string |
None. |
|
| total_discounts_set | Total_Discounts_Set |
None. |
|
| total_line_items_price | string |
None. |
|
| total_line_items_price_set | Total_Line_Items_Price_Set |
None. |
|
| total_outstanding | string |
None. |
|
| total_price | string |
None. |
|
| total_price_set | Total_Price_Set |
None. |
|
| total_shipping_price_set | Total_Shipping_Price_Set |
None. |
|
| total_tax | string |
None. |
|
| total_tax_set | Total_Tax_Set |
None. |
|
| total_tip_received | string |
None. |
|
| total_weight | integer |
None. |
|
| updated_at | date |
None. |
|
| user_id | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"admin_graphql_api_id": "sample string 1",
"app_id": {},
"billing_address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"company": "sample string 4",
"country": "sample string 5",
"country_code": "sample string 6",
"first_name": "sample string 7",
"last_name": "sample string 8",
"latitude": {},
"longitude": {},
"name": "sample string 11",
"phone": "sample string 12",
"province": "sample string 13",
"province_code": "sample string 14",
"zip": "sample string 15"
},
"browser_ip": {},
"buyer_accepts_marketing": true,
"cancel_reason": "sample string 5",
"cancelled_at": "2025-12-10T03:43:57.1536266+00:00",
"cart_token": {},
"checkout_id": {},
"checkout_token": {},
"client_details": {},
"closed_at": "2025-12-10T03:43:57.1536266+00:00",
"company": {},
"confirmation_number": {},
"confirmed": true,
"contact_email": "sample string 14",
"created_at": "2025-12-10T03:43:57.1536266+00:00",
"currency": "sample string 16",
"current_subtotal_price": "sample string 17",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"current_total_additional_fees_set": {},
"current_total_discounts": "sample string 19",
"current_total_discounts_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"current_total_duties_set": {},
"current_total_price": "sample string 21",
"current_total_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"current_total_tax": "sample string 22",
"current_total_tax_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"customer": {
"addresses": [
{
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"company": {},
"country": "sample string 5",
"country_code": "sample string 6",
"country_name": "sample string 7",
"customer_id": 8,
"_default": true,
"first_name": {},
"id": 11,
"last_name": {},
"name": "sample string 13",
"phone": "sample string 14",
"province": "sample string 15",
"province_code": "sample string 16",
"zip": "sample string 17"
},
{
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"company": {},
"country": "sample string 5",
"country_code": "sample string 6",
"country_name": "sample string 7",
"customer_id": 8,
"_default": true,
"first_name": {},
"id": 11,
"last_name": {},
"name": "sample string 13",
"phone": "sample string 14",
"province": "sample string 15",
"province_code": "sample string 16",
"zip": "sample string 17"
}
],
"default_address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"company": {},
"country": "sample string 5",
"country_code": "sample string 6",
"country_name": "sample string 7",
"customer_id": 8,
"_default": true,
"first_name": {},
"id": 11,
"last_name": {},
"name": "sample string 13",
"phone": "sample string 14",
"province": "sample string 15",
"province_code": "sample string 16",
"zip": "sample string 17"
},
"admin_graphql_api_id": "sample string 1",
"created_at": "2025-12-10T03:43:57.1536266+00:00",
"currency": "sample string 3",
"email": "sample string 4",
"email_marketing_consent": {
"consent_updated_at": "2025-12-10T03:43:57.1536266+00:00",
"opt_in_level": {},
"state": "sample string 2"
},
"first_name": "sample string 5",
"id": 6,
"last_name": "sample string 7",
"last_order_id": {},
"last_order_name": {},
"multipass_identifier": {},
"note": "sample string 11",
"orders_count": 12,
"phone": "sample string 13",
"sms_marketing_consent": {},
"state": "sample string 15",
"tags": "sample string 16",
"tax_exempt": true,
"tax_exemptions": [
{},
{}
],
"total_spent": "sample string 18",
"updated_at": "2025-12-10T03:43:57.1536266+00:00",
"verified_email": true
},
"customer_locale": "sample string 23",
"device_id": {},
"discount_applications": [
{
"type": "sample string 1",
"value": "sample string 2",
"value_type": "sample string 3",
"allocation_method": "sample string 4",
"target_selection": "sample string 5",
"target_type": "sample string 6",
"code": "sample string 7"
},
{
"type": "sample string 1",
"value": "sample string 2",
"value_type": "sample string 3",
"allocation_method": "sample string 4",
"target_selection": "sample string 5",
"target_type": "sample string 6",
"code": "sample string 7"
}
],
"discount_codes": [
{},
{}
],
"duties_included": true,
"email": "sample string 26",
"estimated_taxes": true,
"financial_status": "sample string 28",
"fulfillment_status": "sample string 29",
"fulfillments": [
{},
{}
],
"id": 30,
"landing_site": {},
"landing_site_ref": {},
"line_items": [
{
"admin_graphql_api_id": "sample string 1",
"attributed_staffs": [
{
"id": "sample string 1",
"quantity": 2
},
{
"id": "sample string 1",
"quantity": 2
}
],
"current_quantity": 2,
"discount_allocations": [
{},
{}
],
"duties": [
{},
{}
],
"fulfillable_quantity": 3,
"fulfillment_service": "sample string 4",
"fulfillment_status": {},
"gift_card": true,
"grams": 7,
"id": 8,
"name": "sample string 9",
"price": "sample string 10",
"price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"product_exists": true,
"product_id": 12,
"properties": [
{},
{}
],
"quantity": 13,
"requires_shipping": true,
"sku": "sample string 15",
"tax_lines": [
{},
{}
],
"taxable": true,
"title": "sample string 17",
"total_discount": "sample string 18",
"total_discount_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"variant_id": 19,
"variant_inventory_management": "sample string 20",
"variant_title": {},
"vendor": {}
},
{
"admin_graphql_api_id": "sample string 1",
"attributed_staffs": [
{
"id": "sample string 1",
"quantity": 2
},
{
"id": "sample string 1",
"quantity": 2
}
],
"current_quantity": 2,
"discount_allocations": [
{},
{}
],
"duties": [
{},
{}
],
"fulfillable_quantity": 3,
"fulfillment_service": "sample string 4",
"fulfillment_status": {},
"gift_card": true,
"grams": 7,
"id": 8,
"name": "sample string 9",
"price": "sample string 10",
"price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"product_exists": true,
"product_id": 12,
"properties": [
{},
{}
],
"quantity": 13,
"requires_shipping": true,
"sku": "sample string 15",
"tax_lines": [
{},
{}
],
"taxable": true,
"title": "sample string 17",
"total_discount": "sample string 18",
"total_discount_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"variant_id": 19,
"variant_inventory_management": "sample string 20",
"variant_title": {},
"vendor": {}
}
],
"location_id": {},
"merchant_of_record_app_id": {},
"name": "sample string 35",
"note": {},
"note_attributes": [
{},
{}
],
"number": 37,
"order_number": 38,
"order_status_url": "sample string 39",
"original_total_additional_fees_set": {},
"original_total_duties_set": {},
"payment_gateway_names": [
"sample string 1",
"sample string 2"
],
"payment_terms": {},
"phone": {},
"po_number": {},
"presentment_currency": "sample string 45",
"processed_at": "2025-12-10T03:43:57.1536266+00:00",
"reference": {},
"referring_site": {},
"refunds": [
{},
{}
],
"shipping_address": {
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"company": "sample string 4",
"country": "sample string 5",
"country_code": "sample string 6",
"first_name": "sample string 7",
"last_name": "sample string 8",
"latitude": {},
"longitude": {},
"name": "sample string 11",
"phone": "sample string 12",
"province": "sample string 13",
"province_code": "sample string 14",
"zip": "sample string 15"
},
"shipping_lines": [
{
"carrier_identifier": {},
"code": {},
"discount_allocations": [
{},
{}
],
"discounted_price": "sample string 3",
"discounted_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"id": 4,
"is_removed": true,
"phone": {},
"price": "sample string 7",
"price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"requested_fulfillment_service_id": {},
"source": "sample string 9",
"tax_lines": [
{},
{}
],
"title": "sample string 10"
},
{
"carrier_identifier": {},
"code": {},
"discount_allocations": [
{},
{}
],
"discounted_price": "sample string 3",
"discounted_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"id": 4,
"is_removed": true,
"phone": {},
"price": "sample string 7",
"price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"requested_fulfillment_service_id": {},
"source": "sample string 9",
"tax_lines": [
{},
{}
],
"title": "sample string 10"
}
],
"source_identifier": {},
"source_name": "sample string 50",
"source_url": {},
"subtotal_price": "sample string 52",
"subtotal_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"tags": "sample string 53",
"tax_exempt": true,
"tax_lines": [
{},
{}
],
"taxes_included": true,
"test": true,
"token": "sample string 57",
"total_discounts": "sample string 58",
"total_discounts_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_line_items_price": "sample string 59",
"total_line_items_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_outstanding": "sample string 60",
"total_price": "sample string 61",
"total_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_shipping_price_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_tax": "sample string 62",
"total_tax_set": {
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_tip_received": "sample string 63",
"total_weight": 64,
"updated_at": "2025-12-10T03:43:57.1692444+00:00",
"user_id": {}
}
application/xml, text/xml
Sample:
<ShopifyOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopifyWebhook.Models">
<admin_graphql_api_id>sample string 1</admin_graphql_api_id>
<app_id />
<billing_address>
<address1>sample string 1</address1>
<address2>sample string 2</address2>
<city>sample string 3</city>
<company>sample string 4</company>
<country>sample string 5</country>
<country_code>sample string 6</country_code>
<first_name>sample string 7</first_name>
<last_name>sample string 8</last_name>
<latitude />
<longitude />
<name>sample string 11</name>
<phone>sample string 12</phone>
<province>sample string 13</province>
<province_code>sample string 14</province_code>
<zip>sample string 15</zip>
</billing_address>
<browser_ip />
<buyer_accepts_marketing>true</buyer_accepts_marketing>
<cancel_reason>sample string 5</cancel_reason>
<cancelled_at>2025-12-10T03:43:57.1536266+00:00</cancelled_at>
<cart_token />
<checkout_id />
<checkout_token />
<client_details />
<closed_at>2025-12-10T03:43:57.1536266+00:00</closed_at>
<company />
<confirmation_number />
<confirmed>true</confirmed>
<contact_email>sample string 14</contact_email>
<created_at>2025-12-10T03:43:57.1536266+00:00</created_at>
<currency>sample string 16</currency>
<current_subtotal_price>sample string 17</current_subtotal_price>
<current_subtotal_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</current_subtotal_price_set>
<current_total_additional_fees_set />
<current_total_discounts>sample string 19</current_total_discounts>
<current_total_discounts_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</current_total_discounts_set>
<current_total_duties_set />
<current_total_price>sample string 21</current_total_price>
<current_total_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</current_total_price_set>
<current_total_tax>sample string 22</current_total_tax>
<current_total_tax_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</current_total_tax_set>
<customer>
<addresses>
<Default_Address>
<_default>true</_default>
<address1>sample string 1</address1>
<address2>sample string 2</address2>
<city>sample string 3</city>
<company />
<country>sample string 5</country>
<country_code>sample string 6</country_code>
<country_name>sample string 7</country_name>
<customer_id>8</customer_id>
<first_name />
<id>11</id>
<last_name />
<name>sample string 13</name>
<phone>sample string 14</phone>
<province>sample string 15</province>
<province_code>sample string 16</province_code>
<zip>sample string 17</zip>
</Default_Address>
<Default_Address>
<_default>true</_default>
<address1>sample string 1</address1>
<address2>sample string 2</address2>
<city>sample string 3</city>
<company />
<country>sample string 5</country>
<country_code>sample string 6</country_code>
<country_name>sample string 7</country_name>
<customer_id>8</customer_id>
<first_name />
<id>11</id>
<last_name />
<name>sample string 13</name>
<phone>sample string 14</phone>
<province>sample string 15</province>
<province_code>sample string 16</province_code>
<zip>sample string 17</zip>
</Default_Address>
</addresses>
<admin_graphql_api_id>sample string 1</admin_graphql_api_id>
<created_at>2025-12-10T03:43:57.1536266+00:00</created_at>
<currency>sample string 3</currency>
<default_address>
<_default>true</_default>
<address1>sample string 1</address1>
<address2>sample string 2</address2>
<city>sample string 3</city>
<company />
<country>sample string 5</country>
<country_code>sample string 6</country_code>
<country_name>sample string 7</country_name>
<customer_id>8</customer_id>
<first_name />
<id>11</id>
<last_name />
<name>sample string 13</name>
<phone>sample string 14</phone>
<province>sample string 15</province>
<province_code>sample string 16</province_code>
<zip>sample string 17</zip>
</default_address>
<email>sample string 4</email>
<email_marketing_consent>
<consent_updated_at>2025-12-10T03:43:57.1536266+00:00</consent_updated_at>
<opt_in_level />
<state>sample string 2</state>
</email_marketing_consent>
<first_name>sample string 5</first_name>
<id>6</id>
<last_name>sample string 7</last_name>
<last_order_id />
<last_order_name />
<multipass_identifier />
<note>sample string 11</note>
<orders_count>12</orders_count>
<phone>sample string 13</phone>
<sms_marketing_consent />
<state>sample string 15</state>
<tags>sample string 16</tags>
<tax_exempt>true</tax_exempt>
<tax_exemptions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</tax_exemptions>
<total_spent>sample string 18</total_spent>
<updated_at>2025-12-10T03:43:57.1536266+00:00</updated_at>
<verified_email>true</verified_email>
</customer>
<customer_locale>sample string 23</customer_locale>
<device_id />
<discount_applications>
<Discount_Applications>
<allocation_method>sample string 4</allocation_method>
<code>sample string 7</code>
<target_selection>sample string 5</target_selection>
<target_type>sample string 6</target_type>
<type>sample string 1</type>
<value>sample string 2</value>
<value_type>sample string 3</value_type>
</Discount_Applications>
<Discount_Applications>
<allocation_method>sample string 4</allocation_method>
<code>sample string 7</code>
<target_selection>sample string 5</target_selection>
<target_type>sample string 6</target_type>
<type>sample string 1</type>
<value>sample string 2</value>
<value_type>sample string 3</value_type>
</Discount_Applications>
</discount_applications>
<discount_codes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</discount_codes>
<duties_included>true</duties_included>
<email>sample string 26</email>
<estimated_taxes>true</estimated_taxes>
<financial_status>sample string 28</financial_status>
<fulfillment_status>sample string 29</fulfillment_status>
<fulfillments xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</fulfillments>
<id>30</id>
<landing_site />
<landing_site_ref />
<line_items>
<Line_Items>
<admin_graphql_api_id>sample string 1</admin_graphql_api_id>
<attributed_staffs>
<Attributed_Staffs>
<id>sample string 1</id>
<quantity>2</quantity>
</Attributed_Staffs>
<Attributed_Staffs>
<id>sample string 1</id>
<quantity>2</quantity>
</Attributed_Staffs>
</attributed_staffs>
<current_quantity>2</current_quantity>
<discount_allocations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</discount_allocations>
<duties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</duties>
<fulfillable_quantity>3</fulfillable_quantity>
<fulfillment_service>sample string 4</fulfillment_service>
<fulfillment_status />
<gift_card>true</gift_card>
<grams>7</grams>
<id>8</id>
<name>sample string 9</name>
<price>sample string 10</price>
<price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</price_set>
<product_exists>true</product_exists>
<product_id>12</product_id>
<properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</properties>
<quantity>13</quantity>
<requires_shipping>true</requires_shipping>
<sku>sample string 15</sku>
<tax_lines xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</tax_lines>
<taxable>true</taxable>
<title>sample string 17</title>
<total_discount>sample string 18</total_discount>
<total_discount_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_discount_set>
<variant_id>19</variant_id>
<variant_inventory_management>sample string 20</variant_inventory_management>
<variant_title />
<vendor />
</Line_Items>
<Line_Items>
<admin_graphql_api_id>sample string 1</admin_graphql_api_id>
<attributed_staffs>
<Attributed_Staffs>
<id>sample string 1</id>
<quantity>2</quantity>
</Attributed_Staffs>
<Attributed_Staffs>
<id>sample string 1</id>
<quantity>2</quantity>
</Attributed_Staffs>
</attributed_staffs>
<current_quantity>2</current_quantity>
<discount_allocations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</discount_allocations>
<duties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</duties>
<fulfillable_quantity>3</fulfillable_quantity>
<fulfillment_service>sample string 4</fulfillment_service>
<fulfillment_status />
<gift_card>true</gift_card>
<grams>7</grams>
<id>8</id>
<name>sample string 9</name>
<price>sample string 10</price>
<price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</price_set>
<product_exists>true</product_exists>
<product_id>12</product_id>
<properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</properties>
<quantity>13</quantity>
<requires_shipping>true</requires_shipping>
<sku>sample string 15</sku>
<tax_lines xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</tax_lines>
<taxable>true</taxable>
<title>sample string 17</title>
<total_discount>sample string 18</total_discount>
<total_discount_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_discount_set>
<variant_id>19</variant_id>
<variant_inventory_management>sample string 20</variant_inventory_management>
<variant_title />
<vendor />
</Line_Items>
</line_items>
<location_id />
<merchant_of_record_app_id />
<name>sample string 35</name>
<note />
<note_attributes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</note_attributes>
<number>37</number>
<order_number>38</order_number>
<order_status_url>sample string 39</order_status_url>
<original_total_additional_fees_set />
<original_total_duties_set />
<payment_gateway_names xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</payment_gateway_names>
<payment_terms />
<phone />
<po_number />
<presentment_currency>sample string 45</presentment_currency>
<processed_at>2025-12-10T03:43:57.1536266+00:00</processed_at>
<reference />
<referring_site />
<refunds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</refunds>
<shipping_address>
<address1>sample string 1</address1>
<address2>sample string 2</address2>
<city>sample string 3</city>
<company>sample string 4</company>
<country>sample string 5</country>
<country_code>sample string 6</country_code>
<first_name>sample string 7</first_name>
<last_name>sample string 8</last_name>
<latitude />
<longitude />
<name>sample string 11</name>
<phone>sample string 12</phone>
<province>sample string 13</province>
<province_code>sample string 14</province_code>
<zip>sample string 15</zip>
</shipping_address>
<shipping_lines>
<Shipping_Lines>
<carrier_identifier />
<code />
<discount_allocations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</discount_allocations>
<discounted_price>sample string 3</discounted_price>
<discounted_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</discounted_price_set>
<id>4</id>
<is_removed>true</is_removed>
<phone />
<price>sample string 7</price>
<price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</price_set>
<requested_fulfillment_service_id />
<source>sample string 9</source>
<tax_lines xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</tax_lines>
<title>sample string 10</title>
</Shipping_Lines>
<Shipping_Lines>
<carrier_identifier />
<code />
<discount_allocations xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</discount_allocations>
<discounted_price>sample string 3</discounted_price>
<discounted_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</discounted_price_set>
<id>4</id>
<is_removed>true</is_removed>
<phone />
<price>sample string 7</price>
<price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</price_set>
<requested_fulfillment_service_id />
<source>sample string 9</source>
<tax_lines xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</tax_lines>
<title>sample string 10</title>
</Shipping_Lines>
</shipping_lines>
<source_identifier />
<source_name>sample string 50</source_name>
<source_url />
<subtotal_price>sample string 52</subtotal_price>
<subtotal_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</subtotal_price_set>
<tags>sample string 53</tags>
<tax_exempt>true</tax_exempt>
<tax_lines xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</tax_lines>
<taxes_included>true</taxes_included>
<test>true</test>
<token>sample string 57</token>
<total_discounts>sample string 58</total_discounts>
<total_discounts_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_discounts_set>
<total_line_items_price>sample string 59</total_line_items_price>
<total_line_items_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_line_items_price_set>
<total_outstanding>sample string 60</total_outstanding>
<total_price>sample string 61</total_price>
<total_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_price_set>
<total_shipping_price_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_shipping_price_set>
<total_tax>sample string 62</total_tax>
<total_tax_set>
<presentment_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</presentment_money>
<shop_money>
<amount>sample string 1</amount>
<currency_code>sample string 2</currency_code>
</shop_money>
</total_tax_set>
<total_tip_received>sample string 63</total_tip_received>
<total_weight>64</total_weight>
<updated_at>2025-12-10T03:43:57.1692444+00:00</updated_at>
<user_id />
</ShopifyOrder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.