# Shopify Connector - Update order
This action updates an order in Shopify. An order is a customer's request to purchase one or more products from a shop.
You may read the Shopify documentation (opens new window) for more information on the order resource.
# Input
Field | Description |
---|---|
Order ID | ID of the order to update. |
Customer's email address. | |
Note | Note about the customer. |
Note attributes | Additional information on order |
Tags | Tags attached to the order. |
Customer | The customer association. Enter 'null' to remove customer association |
Buyer accepts marketing | Whether the customer consented to receive email updates from the shop. Select from the picklist or input your own value. |
# Output
Field | Description |
---|---|
Order ID | The order ID. |
Send receipt | Whether a confirmation was sent to the customer. |
Send fulfillment receipt | Whether a fulfillment confirmation was sent to the customer. |
Customer's email address | |
Name | Order name. For example, #1001 |
Note | Notes about the order. |
Fulfillment status | Valid values: 'fulfilled', 'null', 'partial' |
Tax lines | A list of tax line objects, each of which details a tax applied to the item. Each tax line includes: Title, Price, Price set, Rate. | >
Currency code | The currency code. |
Referring site | For example, 'http://www.example.com' |
Taxes included | Whether taxes are included. |
Closed at | The date and time when this order was closed. |
Financial status | Valid values: 'pending', 'authorized', 'partially_paid', 'paid', 'partially_refunded', 'refunded', 'voided' |
Note attributes | Additional information on order |
Tags | Tags 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. |
Billing address | The mailing address associated with the payment method. |
Shipping address | The mailing address to where the order will be shipped. |
Total discounts | Total amount of the discounts to be applied to the price of the order. |
Discount codes | A list of discounts applied to the order. Each discount object includes the following properties: Amount, Code, Type. |
Buyer accepts marketing | Whether the customer consented to receive email updates from the shop. |
Current total duties set | The current total duties charged on the order in shop and presentment currencies. The amount values associated with this field reflect order edits, returns, and refunds. |
Original total duties set | The original total duties charged on the order in shop and presentment currencies. |
Total line items price set | The total of all line item prices in shop and presentment currencies. |
Total discounts set | The total amount allocated to the line item in the presentment currency. Instead of using this field, Shopify recommends using discount_allocations, which provides the same information. |
Total shipping price set | The total shipping price of the order, excluding discounts and returns, in shop and presentment currencies. If taxes_included is set to true, then total_shipping_price_set includes taxes. |
Total price set | The total price of the order in shop and presentment currencies. |
Line items | A list of line item objects, each containing information about an item in the order. |
Created at | The date and time when the order was created. |
Updated at | The date and time when the order was last updated. |
Canceled at | The date and time when the order was canceled. |
Cancel reason | The cancellation reason. |
Total price usd | The total price in USD. |
Checkout token | The checkout token. |
Reference | An order reference. |
User_ID | The ID of the user logged into Shopify POS who processed the order, if applicable. |
Location ID | The ID of the physical location where the order was processed. This property refers to the POS location. location_id will always be set to null for online orders. |
Source identifier | A reference to the source. |
Source URL | A URL of the source. |
Processed at | The date and time when this order was processed. |
device_ID | Information about the device used to create the order. |
Browser ip | The browser IP when the order was created. |
Landing site ref | A URL of the landing site. |
Order number | The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001. |
Number | The order's position in the shop's count of orders. Numbers are sequential and start at 1. |
Note | Notes about this order. |
Token | A unique token for the order. |
Gateway (deprecated) | The payment gateway used. |
Test | Whether this is a test order. |
Total price | The total price. |
Subtotal price | The subtotal price. |
Total weight | The total weight. |
Total tax | The total tax. |
Confirmed | Whether the order has been confirmed. |
Total line items price | The sum of all line item prices in the shop currency. |
Cart token | The ID of the cart that's associated with the order. |
Name | The name of the customer. |
Landing site | The URL for the page where the buyer landed when they entered the shop. |
Payment gateway names | The list of payment gateways used for the order. |
Processing method | How the payment was processed. |
Checkout ID | The checkout ID. |
Source name | Where the order originated. Can be set only during order creation, and is not writeable afterwards. |
Tax lines | A list of tax line objects, each of which details a tax applied to the item. Each tax line includes: Title, Price, Price set, Rate. |
Contact email | The contact email. |
Order status URL | The URL for the order status. |
Shipping lines | An array of objects, each of which details a shipping method used. |
Fulfillments | A list of fulfillments associated with the order. |
Client details | Information about the browser that the customer used when they placed their order. |
Refunds | A list of refunds applied to the order. |
Payment details (deprecated) | An object containing information about the payment. |
Transactions | A list of order transactions. |
Customer | Information about the customers. |
Metafields | Information about metafields. |
Last updated: 4/5/2023, 11:28:53 AM