When using the Shopify API to create a return, I encounter an issue where the package weight is not automatically retrieved when trying to create a return label. After selecting the package in the Shopify admin, the weight field remains empty, requiring manual input.
Steps to Reproduce:
- Use the API to create a return .
- Go to the Shopify admin and navigate to the newly created return.
- Attempt to create a return label.
- Select a package but observe that the package weight is not automatically filled.
Questions:
Is there a specific API field I need to include in the return creation request to ensure the package weight is retrieved automatically?