Get a Return Shipping Label

Hey @unitech,

Thanks for reaching out and Welcome to our Developer Community!

Are you having issues with your return create mutation? If you are could you send me the request id from your problem mutation.

To query the return label you can run a mutation similar to this:


{
  return(id: "4574399") {
    request_id
    complexity
    data {
      id
      legacy_id
      account_id
      order_id
      label_type
      label_cost
      shipping_carrier
      shipping_method
    }
  }
}
``

Please let me know if you have any questions or concerns.

Best,
RayanP
`