orderByIdentifier
Requires access scope or
access scope.
Return an order by an identifier.
Arguments
- Anchor to identifieridentifier•Order
Identifier requiredInput! The identifier of the order.
Anchor to Possible returnsPossible returns
- Anchor to OrderOrder•
An order is a customer's request to purchase one or more products from a shop. You can retrieve and update orders using the
Order
object. Learn more about editing an existing order with the GraphQL Admin API.Only the last 60 days' worth of orders from a store are accessible from the
Order
object by default. If you want to access older orders, then you need to request access to all orders. If your app is granted access, then you can add thescope to your app along with
or
. Private apps are not affected by this change and are automatically granted the scope.
Caution: Only use this data if it's required for your app's functionality. Shopify will restrict access to scopes for apps that don't have a legitimate use for the associated data.