For the complete documentation index, see llms.txt. This page is also available as Markdown.

shipOrderedProducts

Immediately creates an extra order containing only the passed ordered products without advancing the subscription schedule.

Arguments

Argument
Description

Parameters for ShipOrderedProducts

ShipOrderedProductsInput Arguments

Argument
Description

extraShipment (Boolean)

Whether to keep the existing shipment schedule for a non-Shopify subscription.

ids ([ID!]!)

IDs of the ordered products to ship.

subscriptionId (ID!)

ID of the subscription attached to the ordered products.

Return fields

errors ([ModelValidationError!]!)

extraShipment (Boolean)

Whether the shipment is processed as an extra instead of advancing the existing schedule.

shippedOrderedProducts ([OrderedProduct!])

subscription (Subscription)

Last updated

Was this helpful?