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

createReturnOrder

Creates a return order for the subscription.

Arguments

Argument
Description

Parameters for CreateReturnOrder

CreateReturnOrderInput Arguments

Argument
Description

returnOrderProducts ([ReturnOrderProductInput!])

reason (String)

returnDate (ISO8601Date)

trackingCode (String)

trackingUrl (String)

externalReference (String)

externalStatus (String)

externalUrl (String)

intervalUnitOfMeasure (String)

subscriptionId (ID!)

ID of the subscription to create a return order for.

Return fields

errors ([ModelValidationError!]!)

returnOrder (ReturnOrder)

Last updated

Was this helpful?