Skip to main content
Anchor to reverseDeliveryCreateWithShipping

reverseDeliveryCreateWithShipping

mutation

Requires write_returns access scope or write_marketplace_returns access scope.

Creates a new reverse delivery with associated external shipping information.

•ReverseDeliveryLabelInput
Default:null

The return label file information for the reverse delivery.

Show input fields
•Boolean
Default:true

When true the customer is notified with delivery instructions if the ReverseFulfillmentOrder.order.email is present.

Anchor to reverseDeliveryLineItemsreverseDeliveryLineItems
•[ReverseDeliveryLineItemInput!]!
required

The reverse delivery line items to be created. If an empty array is provided, then this mutation will create a reverse delivery line item for each reverse fulfillment order line item, with its quantity equal to the reverse fulfillment order line item total quantity.

Show input fields
Anchor to reverseFulfillmentOrderIdreverseFulfillmentOrderId
•ID!
required

The ID of the reverse fulfillment order that's associated to the reverse delivery.

•ReverseDeliveryTrackingInput
Default:null

The tracking information for the reverse delivery.

Show input fields

Was this section helpful?

Anchor to ReverseDeliveryCreateWithShippingPayload returnsReverseDeliveryCreateWithShippingPayload returns

•ReverseDelivery

The created reverse delivery.

Show fields
•[ReturnUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?