# pushOrdersToShopify

### Arguments

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

### PushOrdersToShopifyInput Arguments

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

### Return fields

#### orders ([OrderConnection](https://developer.firmhouse.com/graphql-api/api-reference/objects/order-connection))

List of orders

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