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

ArgumentDescription

Parameters for ShipOrderedProducts

ShipOrderedProductsInput Arguments

ArgumentDescription

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