reverse Delivery Create With Shipping
Requires access scope. Also: The user must have
permission.
Creates a new reverse delivery with associated external shipping information.
Arguments
- Anchor to labelInputlabel•Reverse
Input Delivery Label Input Default:null The return label file information for the reverse delivery.
- Anchor to notifyCustomernotify•Boolean
Customer Default:true When
true
the customer is notified with delivery instructions if theis present.
- Anchor to reverseDeliveryLineItemsreverse•[Reverse
Delivery Line Items Delivery Line Item Input!]! 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.
- Anchor to reverseFulfillmentOrderIdreverse•ID!
Fulfillment Order Id required The ID of the reverse fulfillment order that's associated to the reverse delivery.
- Anchor to trackingInputtracking•Reverse
Input Delivery Tracking Input Default:null The tracking information for the reverse delivery.
Anchor to ReverseDeliveryCreateWithShippingPayload returnsReverse Delivery Create With Shipping Payload returns
- Anchor to reverseDeliveryreverse•Reverse
Delivery Delivery The created reverse delivery.
- Anchor to userErrorsuser•[Return
Errors User Error!]! non-null The list of errors that occurred from executing the mutation.