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 |
---|---|
input (ShipOrderedProductsInput!) | 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