POST w3.v2/Order/Create
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| admin_graphql_api_id | string |
None. |
|
| app_id | integer |
None. |
|
| browser_ip | string |
None. |
|
| buyer_accepts_marketing | boolean |
None. |
|
| cancel_reason | Object |
None. |
|
| cancelled_at | Object |
None. |
|
| cart_token | Object |
None. |
|
| checkout_id | integer |
None. |
|
| checkout_token | string |
None. |
|
| client_details | Client_Details |
None. |
|
| closed_at | Object |
None. |
|
| confirmation_number | string |
None. |
|
| confirmed | boolean |
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_locale | string |
None. |
|
| device_id | Object |
None. |
|
| discount_codes | Collection of Object |
None. |
|
| estimated_taxes | boolean |
None. |
|
| financial_status | string |
None. |
|
| fulfillment_status | Object |
None. |
|
| landing_site | Object |
None. |
|
| landing_site_ref | Object |
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. |
|
| original_total_additional_fees_set | Object |
None. |
|
| original_total_duties_set | Object |
None. |
|
| payment_gateway_names | Collection of string |
None. |
|
| po_number | Object |
None. |
|
| presentment_currency | string |
None. |
|
| processed_at | date |
None. |
|
| reference | string |
None. |
|
| referring_site | Object |
None. |
|
| source_identifier | string |
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 Tax_Lines |
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 | integer |
None. |
|
| billing_address | Address |
None. |
|
| customer | Customer |
None. |
|
| discount_applications | Object |
None. |
|
| fulfillments | Object |
None. |
|
| line_items | Collection of Line_Items |
None. |
|
| payment_terms | Object |
None. |
|
| refunds | Collection of Object |
None. |
|
| shipping_address | Address |
None. |
|
| shipping_lines | Collection of Shipping_Lines |
None. |
|
| shipping_lines_total_price | decimal number |
None. |
|
| status_w3 | string |
None. |
|
| Movimentos | Collection of Movimento |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"admin_graphql_api_id": "sample string 2",
"app_id": 3,
"browser_ip": "sample string 4",
"buyer_accepts_marketing": true,
"cancel_reason": {},
"cancelled_at": {},
"cart_token": {},
"checkout_id": 9,
"checkout_token": "sample string 10",
"client_details": {
"accept_language": {},
"browser_height": {},
"browser_ip": "sample string 3",
"browser_width": {},
"session_hash": {},
"user_agent": "sample string 6"
},
"closed_at": {},
"confirmation_number": "sample string 12",
"confirmed": true,
"created_at": "2025-12-16T02:20:08.7851554-03:00",
"currency": "sample string 15",
"current_subtotal_price": "sample string 16",
"current_subtotal_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"current_total_additional_fees_set": {},
"current_total_discounts": "sample string 18",
"current_total_discounts_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"current_total_duties_set": {},
"current_total_price": "sample string 20",
"current_total_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"current_total_tax": "sample string 21",
"current_total_tax_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"customer_locale": "sample string 22",
"device_id": {},
"discount_codes": [
{},
{}
],
"estimated_taxes": true,
"financial_status": "sample string 25",
"fulfillment_status": {},
"landing_site": {},
"landing_site_ref": {},
"location_id": {},
"merchant_of_record_app_id": {},
"name": "sample string 31",
"note": {},
"note_attributes": [
{},
{}
],
"number": 33,
"order_number": 34,
"original_total_additional_fees_set": {},
"original_total_duties_set": {},
"payment_gateway_names": [
"sample string 1",
"sample string 2"
],
"po_number": {},
"presentment_currency": "sample string 38",
"processed_at": "2025-12-16T02:20:08.7851554-03:00",
"reference": "sample string 40",
"referring_site": {},
"source_identifier": "sample string 42",
"source_name": "sample string 43",
"source_url": {},
"subtotal_price": "sample string 45",
"subtotal_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"tags": "sample string 46",
"tax_exempt": true,
"tax_lines": [
{
"channel_liable": true,
"price": "sample string 2",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"rate": 3.1,
"title": "sample string 4"
},
{
"channel_liable": true,
"price": "sample string 2",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"rate": 3.1,
"title": "sample string 4"
}
],
"taxes_included": true,
"test": true,
"token": "sample string 50",
"total_discounts": "sample string 51",
"total_discounts_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_line_items_price": "sample string 52",
"total_line_items_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_outstanding": "sample string 53",
"total_price": "sample string 54",
"total_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_shipping_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_tax": "sample string 55",
"total_tax_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"total_tip_received": "sample string 56",
"total_weight": 57,
"updated_at": "2025-12-16T02:20:08.8007831-03:00",
"user_id": 1,
"billing_address": {
"id": 1,
"customer_id": 2,
"first_name": "sample string 3",
"last_name": "sample string 4",
"company": {},
"address1": "sample string 6",
"address2": "sample string 7",
"city": "sample string 8",
"province": "sample string 9",
"country": "sample string 10",
"zip": "sample string 11",
"phone": {},
"name": "sample string 13",
"province_code": "sample string 14",
"country_code": "sample string 15",
"country_name": "sample string 16",
"_default": true
},
"customer": {
"id": 1,
"email": "sample string 2",
"first_name": "sample string 3",
"last_name": "sample string 4",
"phone": "sample string 5",
"created_at": "2025-12-16T02:20:08.8007831-03:00",
"updated_at": "2025-12-16T02:20:08.8007831-03:00",
"state": "sample string 8",
"note": {},
"verified_email": true,
"multipass_identifier": {},
"tax_exempt": true,
"email_marketing_consent": {
"state": "sample string 1",
"opt_in_level": "sample string 2",
"consent_updated_at": {}
},
"sms_marketing_consent": {
"state": "sample string 1",
"opt_in_level": "sample string 2",
"consent_updated_at": {},
"consent_collected_from": "sample string 4"
},
"tags": "sample string 13",
"currency": "sample string 14",
"tax_exemptions": {},
"admin_graphql_api_id": "sample string 16",
"default_address": {
"id": 1,
"customer_id": 2,
"first_name": "sample string 3",
"last_name": "sample string 4",
"company": {},
"address1": "sample string 6",
"address2": "sample string 7",
"city": "sample string 8",
"province": "sample string 9",
"country": "sample string 10",
"zip": "sample string 11",
"phone": {},
"name": "sample string 13",
"province_code": "sample string 14",
"country_code": "sample string 15",
"country_name": "sample string 16",
"_default": true
},
"cpf_cnpj": "sample string 17",
"full_name": "sample string 3 sample string 4"
},
"discount_applications": {},
"fulfillments": {},
"line_items": [
{
"id": 1,
"admin_graphql_api_id": "sample string 2",
"attributed_staffs": {},
"current_quantity": 4,
"fulfillable_quantity": 5,
"fulfillment_service": "sample string 6",
"fulfillment_status": {},
"gift_card": true,
"grams": 9,
"name": "sample string 10",
"price": "sample string 11",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"product_exists": true,
"product_id": 1,
"properties": {},
"quantity": 14,
"requires_shipping": true,
"sku": "sample string 16",
"taxable": true,
"title": "sample string 18",
"total_discount": "sample string 19",
"total_discount_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"variant_id": 1,
"variant_inventory_management": "sample string 20",
"variant_title": "sample string 21",
"vendor": "sample string 22",
"tax_lines": [
{
"channel_liable": true,
"price": "sample string 2",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"rate": 3.1,
"title": "sample string 4"
},
{
"channel_liable": true,
"price": "sample string 2",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"rate": 3.1,
"title": "sample string 4"
}
],
"duties": {},
"discount_allocations": {}
},
{
"id": 1,
"admin_graphql_api_id": "sample string 2",
"attributed_staffs": {},
"current_quantity": 4,
"fulfillable_quantity": 5,
"fulfillment_service": "sample string 6",
"fulfillment_status": {},
"gift_card": true,
"grams": 9,
"name": "sample string 10",
"price": "sample string 11",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"product_exists": true,
"product_id": 1,
"properties": {},
"quantity": 14,
"requires_shipping": true,
"sku": "sample string 16",
"taxable": true,
"title": "sample string 18",
"total_discount": "sample string 19",
"total_discount_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"variant_id": 1,
"variant_inventory_management": "sample string 20",
"variant_title": "sample string 21",
"vendor": "sample string 22",
"tax_lines": [
{
"channel_liable": true,
"price": "sample string 2",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"rate": 3.1,
"title": "sample string 4"
},
{
"channel_liable": true,
"price": "sample string 2",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"rate": 3.1,
"title": "sample string 4"
}
],
"duties": {},
"discount_allocations": {}
}
],
"payment_terms": {},
"refunds": [
{},
{}
],
"shipping_address": {
"id": 1,
"customer_id": 2,
"first_name": "sample string 3",
"last_name": "sample string 4",
"company": {},
"address1": "sample string 6",
"address2": "sample string 7",
"city": "sample string 8",
"province": "sample string 9",
"country": "sample string 10",
"zip": "sample string 11",
"phone": {},
"name": "sample string 13",
"province_code": "sample string 14",
"country_code": "sample string 15",
"country_name": "sample string 16",
"_default": true
},
"shipping_lines": [
{
"id": 1,
"carrier_identifier": {},
"code": "sample string 3",
"discounted_price": "sample string 4",
"discounted_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"is_removed": true,
"phone": {},
"price": "sample string 7",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"requested_fulfillment_service_id": {},
"source": {},
"title": "sample string 10",
"tax_lines": {},
"discount_allocations": {}
},
{
"id": 1,
"carrier_identifier": {},
"code": "sample string 3",
"discounted_price": "sample string 4",
"discounted_price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"is_removed": true,
"phone": {},
"price": "sample string 7",
"price_set": {
"shop_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
},
"presentment_money": {
"amount": "sample string 1",
"currency_code": "sample string 2"
}
},
"requested_fulfillment_service_id": {},
"source": {},
"title": "sample string 10",
"tax_lines": {},
"discount_allocations": {}
}
],
"shipping_lines_total_price": 0.0,
"status_w3": "sample string 62",
"Movimentos": [
{
"index": 1,
"PedSit": 2,
"PedDes": "sample string 3",
"UsuCodUsuNom": "sample string 4",
"PedDat": "2025-12-16T02:20:08.8007831-03:00"
},
{
"index": 1,
"PedSit": 2,
"PedDes": "sample string 3",
"UsuCodUsuNom": "sample string 4",
"PedDat": "2025-12-16T02:20:08.8007831-03:00"
}
]
}
application/xml, text/xml
Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W3.Class.Comercial.ECommerce.Shopify.DataObject">
<Movimentos>
<Movimento>
<PedDat>2025-12-16T02:20:08.8007831-03:00</PedDat>
<PedDes>sample string 3</PedDes>
<PedSit>2</PedSit>
<UsuCodUsuNom>sample string 4</UsuCodUsuNom>
<index>1</index>
</Movimento>
<Movimento>
<PedDat>2025-12-16T02:20:08.8007831-03:00</PedDat>
<PedDes>sample string 3</PedDes>
<PedSit>2</PedSit>
<UsuCodUsuNom>sample string 4</UsuCodUsuNom>
<index>1</index>
</Movimento>
</Movimentos>
<admin_graphql_api_id>sample string 2</admin_graphql_api_id>
<app_id>3</app_id>
<billing_address>
<_default>true</_default>
<address1>sample string 6</address1>
<address2>sample string 7</address2>
<city>sample string 8</city>
<company />
<country>sample string 10</country>
<country_code>sample string 15</country_code>
<country_name>sample string 16</country_name>
<customer_id>2</customer_id>
<first_name>sample string 3</first_name>
<id>1</id>
<last_name>sample string 4</last_name>
<name>sample string 13</name>
<phone />
<province>sample string 9</province>
<province_code>sample string 14</province_code>
<zip>sample string 11</zip>
</billing_address>
<browser_ip>sample string 4</browser_ip>
<buyer_accepts_marketing>true</buyer_accepts_marketing>
<cancel_reason />
<cancelled_at />
<cart_token />
<checkout_id>9</checkout_id>
<checkout_token>sample string 10</checkout_token>
<client_details>
<accept_language />
<browser_height />
<browser_ip>sample string 3</browser_ip>
<browser_width />
<session_hash />
<user_agent>sample string 6</user_agent>
</client_details>
<closed_at />
<confirmation_number>sample string 12</confirmation_number>
<confirmed>true</confirmed>
<created_at>2025-12-16T02:20:08.7851554-03:00</created_at>
<currency>sample string 15</currency>
<current_subtotal_price>sample string 16</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 18</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 20</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 21</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>
<admin_graphql_api_id>sample string 16</admin_graphql_api_id>
<cpf_cnpj>sample string 17</cpf_cnpj>
<created_at>2025-12-16T02:20:08.8007831-03:00</created_at>
<currency>sample string 14</currency>
<default_address>
<_default>true</_default>
<address1>sample string 6</address1>
<address2>sample string 7</address2>
<city>sample string 8</city>
<company />
<country>sample string 10</country>
<country_code>sample string 15</country_code>
<country_name>sample string 16</country_name>
<customer_id>2</customer_id>
<first_name>sample string 3</first_name>
<id>1</id>
<last_name>sample string 4</last_name>
<name>sample string 13</name>
<phone />
<province>sample string 9</province>
<province_code>sample string 14</province_code>
<zip>sample string 11</zip>
</default_address>
<email>sample string 2</email>
<email_marketing_consent>
<consent_updated_at />
<opt_in_level>sample string 2</opt_in_level>
<state>sample string 1</state>
</email_marketing_consent>
<first_name>sample string 3</first_name>
<id>1</id>
<last_name>sample string 4</last_name>
<multipass_identifier />
<note />
<phone>sample string 5</phone>
<sms_marketing_consent>
<consent_collected_from>sample string 4</consent_collected_from>
<consent_updated_at />
<opt_in_level>sample string 2</opt_in_level>
<state>sample string 1</state>
</sms_marketing_consent>
<state>sample string 8</state>
<tags>sample string 13</tags>
<tax_exempt>true</tax_exempt>
<tax_exemptions />
<updated_at>2025-12-16T02:20:08.8007831-03:00</updated_at>
<verified_email>true</verified_email>
</customer>
<customer_locale>sample string 22</customer_locale>
<device_id />
<discount_applications />
<discount_codes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</discount_codes>
<estimated_taxes>true</estimated_taxes>
<financial_status>sample string 25</financial_status>
<fulfillment_status />
<fulfillments />
<id>1</id>
<landing_site />
<landing_site_ref />
<line_items>
<Line_Items>
<admin_graphql_api_id>sample string 2</admin_graphql_api_id>
<attributed_staffs />
<current_quantity>4</current_quantity>
<discount_allocations />
<duties />
<fulfillable_quantity>5</fulfillable_quantity>
<fulfillment_service>sample string 6</fulfillment_service>
<fulfillment_status />
<gift_card>true</gift_card>
<grams>9</grams>
<id>1</id>
<name>sample string 10</name>
<price>sample string 11</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>1</product_id>
<properties />
<quantity>14</quantity>
<requires_shipping>true</requires_shipping>
<sku>sample string 16</sku>
<tax_lines>
<Tax_Lines>
<channel_liable>true</channel_liable>
<price>sample string 2</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>
<rate>3.1</rate>
<title>sample string 4</title>
</Tax_Lines>
<Tax_Lines>
<channel_liable>true</channel_liable>
<price>sample string 2</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>
<rate>3.1</rate>
<title>sample string 4</title>
</Tax_Lines>
</tax_lines>
<taxable>true</taxable>
<title>sample string 18</title>
<total_discount>sample string 19</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>1</variant_id>
<variant_inventory_management>sample string 20</variant_inventory_management>
<variant_title>sample string 21</variant_title>
<vendor>sample string 22</vendor>
</Line_Items>
<Line_Items>
<admin_graphql_api_id>sample string 2</admin_graphql_api_id>
<attributed_staffs />
<current_quantity>4</current_quantity>
<discount_allocations />
<duties />
<fulfillable_quantity>5</fulfillable_quantity>
<fulfillment_service>sample string 6</fulfillment_service>
<fulfillment_status />
<gift_card>true</gift_card>
<grams>9</grams>
<id>1</id>
<name>sample string 10</name>
<price>sample string 11</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>1</product_id>
<properties />
<quantity>14</quantity>
<requires_shipping>true</requires_shipping>
<sku>sample string 16</sku>
<tax_lines>
<Tax_Lines>
<channel_liable>true</channel_liable>
<price>sample string 2</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>
<rate>3.1</rate>
<title>sample string 4</title>
</Tax_Lines>
<Tax_Lines>
<channel_liable>true</channel_liable>
<price>sample string 2</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>
<rate>3.1</rate>
<title>sample string 4</title>
</Tax_Lines>
</tax_lines>
<taxable>true</taxable>
<title>sample string 18</title>
<total_discount>sample string 19</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>1</variant_id>
<variant_inventory_management>sample string 20</variant_inventory_management>
<variant_title>sample string 21</variant_title>
<vendor>sample string 22</vendor>
</Line_Items>
</line_items>
<location_id />
<merchant_of_record_app_id />
<name>sample string 31</name>
<note />
<note_attributes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</note_attributes>
<number>33</number>
<order_number>34</order_number>
<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 />
<po_number />
<presentment_currency>sample string 38</presentment_currency>
<processed_at>2025-12-16T02:20:08.7851554-03:00</processed_at>
<reference>sample string 40</reference>
<referring_site />
<refunds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</refunds>
<shipping_address>
<_default>true</_default>
<address1>sample string 6</address1>
<address2>sample string 7</address2>
<city>sample string 8</city>
<company />
<country>sample string 10</country>
<country_code>sample string 15</country_code>
<country_name>sample string 16</country_name>
<customer_id>2</customer_id>
<first_name>sample string 3</first_name>
<id>1</id>
<last_name>sample string 4</last_name>
<name>sample string 13</name>
<phone />
<province>sample string 9</province>
<province_code>sample string 14</province_code>
<zip>sample string 11</zip>
</shipping_address>
<shipping_lines>
<Shipping_Lines>
<carrier_identifier />
<code>sample string 3</code>
<discount_allocations />
<discounted_price>sample string 4</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>1</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 />
<tax_lines />
<title>sample string 10</title>
</Shipping_Lines>
<Shipping_Lines>
<carrier_identifier />
<code>sample string 3</code>
<discount_allocations />
<discounted_price>sample string 4</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>1</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 />
<tax_lines />
<title>sample string 10</title>
</Shipping_Lines>
</shipping_lines>
<source_identifier>sample string 42</source_identifier>
<source_name>sample string 43</source_name>
<source_url />
<status_w3>sample string 62</status_w3>
<subtotal_price>sample string 45</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 46</tags>
<tax_exempt>true</tax_exempt>
<tax_lines>
<Tax_Lines>
<channel_liable>true</channel_liable>
<price>sample string 2</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>
<rate>3.1</rate>
<title>sample string 4</title>
</Tax_Lines>
<Tax_Lines>
<channel_liable>true</channel_liable>
<price>sample string 2</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>
<rate>3.1</rate>
<title>sample string 4</title>
</Tax_Lines>
</tax_lines>
<taxes_included>true</taxes_included>
<test>true</test>
<token>sample string 50</token>
<total_discounts>sample string 51</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 52</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 53</total_outstanding>
<total_price>sample string 54</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 55</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 56</total_tip_received>
<total_weight>57</total_weight>
<updated_at>2025-12-16T02:20:08.8007831-03:00</updated_at>
<user_id>1</user_id>
</Order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |