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

shipOrderedProducts

Immediately creates an order for the passed ordered products of the subscription. Any other ordered products of this subscription scheduled for today will also be shipped in the same order.

Arguments

Argument
Description

Parameters for ShipOrderedProducts

ShipOrderedProductsInput Arguments

Argument
Description

ids ([ID!]!)

IDs of the ordered products to ship.

subscriptionId (ID!)

ID of the subscription attached to the ordered products.

Return fields

shippedOrderedProducts ([OrderedProduct!])

subscription (Subscription)

Last updated

Was this helpful?