Discussing APIs and development related to customers, discounts, and order management.
Hi. I noticed that I create/approve returns I can create or upload return labels. To manage upload return label I can use API related to reverse deliveries and so on. But what about "create return label" functionality? It has package, weight, shipping service fields and I can send generated labels to customer's email. Can I do the similar stuff but via API or it can be done only via Shopify Admin?
Attaching some screens:
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi Danylosi,
Shopify doesn't currently provide a direct API endpoint to generate or manage return labels. Most of the return management, including label creation, is done through the Shopify Admin interface.
However, you have a couple of other options:
1. You can use third-party shipping and logistics apps that provide APIs for return label generation. These might include services like Shippo, EasyPost, or ShipStation, among others. You would need to integrate these services into your app and use their APIs to manage return labels.
2. If you're developing a custom fulfillment service, you may be able to generate return labels through your own systems (outside of Shopify), and then provide those to customers via email or other means.
Hope this helps!
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi Danylosi,
Shopify doesn't currently provide a direct API endpoint to generate or manage return labels. Most of the return management, including label creation, is done through the Shopify Admin interface.
However, you have a couple of other options:
1. You can use third-party shipping and logistics apps that provide APIs for return label generation. These might include services like Shippo, EasyPost, or ShipStation, among others. You would need to integrate these services into your app and use their APIs to manage return labels.
2. If you're developing a custom fulfillment service, you may be able to generate return labels through your own systems (outside of Shopify), and then provide those to customers via email or other means.
Hope this helps!
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hey Liam!
Is it now possible?
Shopify doesn't currently provide a direct API endpoint to generate or manage return labels