Skip to main content
Log inSign up
Anchor to reverseDeliveryCreateWithShipping

reverseDeliveryCreateWithShipping

mutation

Requires write_returns access scope. Also: The user must have return_orders permission.

Creates a new reverse delivery with associated external shipping information.

•

The return label file information for the reverse delivery.

•
BooleanDefault:true

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

Anchor to reverseDeliveryLineItemsreverseDeliveryLineItems
•

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.

Anchor to reverseFulfillmentOrderIdreverseFulfillmentOrderId
•
ID!required

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

•

The tracking information for the reverse delivery.


Was this section helpful?

Anchor to ReverseDeliveryCreateWithShippingPayload returnsReverseDeliveryCreateWithShippingPayload returns

•

The created reverse delivery.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?