> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/mutations/push-orders-to-shopify.md).

# pushOrdersToShopify

### Arguments

| Argument                                                                                                | Description                        |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| input ([PushOrdersToShopifyInput](/graphql-api/api-reference/objects/push-orders-to-shopify-input.md)!) | Parameters for PushOrdersToShopify |

### PushOrdersToShopifyInput Arguments

| Argument                                                                                   | Description                                                                                                            |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| ids (\[[ID](/graphql-api/api-reference/objects/id.md)!]!)                                  |                                                                                                                        |
| skipVirtualBillingProductOrders ([Boolean](/graphql-api/api-reference/objects/boolean.md)) | Skip orders where the active plan uses 'when needed' Shopify order creation with a configured Shopify billing product. |

### Return fields

#### orders ([OrderConnection](/graphql-api/api-reference/objects/order-connection.md))

List of orders

| Argument                                                        | Description                                                             |
| --------------------------------------------------------------- | ----------------------------------------------------------------------- |
| after ([String](/graphql-api/api-reference/objects/string.md))  | Returns the elements in the list that come after the specified cursor.  |
| before ([String](/graphql-api/api-reference/objects/string.md)) | Returns the elements in the list that come before the specified cursor. |
| first ([Int](/graphql-api/api-reference/objects/int.md))        | Returns the first *n* elements from the list.                           |
| last ([Int](/graphql-api/api-reference/objects/int.md))         | Returns the last *n* elements from the list.                            |
