> 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/ship-ordered-products.md).

# shipOrderedProducts

### Arguments

| Argument                                                                                               | Description                        |
| ------------------------------------------------------------------------------------------------------ | ---------------------------------- |
| input ([ShipOrderedProductsInput](/graphql-api/api-reference/objects/ship-ordered-products-input.md)!) | Parameters for ShipOrderedProducts |

### ShipOrderedProductsInput Arguments

| Argument                                                                 | Description                                                                    |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| extraShipment ([Boolean](/graphql-api/api-reference/objects/boolean.md)) | Whether to keep the existing shipment schedule for a non-Shopify subscription. |
| ids (\[[ID](/graphql-api/api-reference/objects/id.md)!]!)                | IDs of the ordered products to ship.                                           |
| subscriptionId ([ID](/graphql-api/api-reference/objects/id.md)!)         | ID of the subscription attached to the ordered products.                       |

### Return fields

#### errors (\[[ModelValidationError](/graphql-api/api-reference/objects/model-validation-error.md)!]!)

#### shippedOrderedProducts (\[[OrderedProduct](/graphql-api/api-reference/objects/ordered-product.md)!])

#### subscription ([Subscription](/graphql-api/api-reference/objects/subscription.md))
