post https://api.helloextend.com/service-orders//generate-repair-label
This endpoint allows you to generate a repair shipping label for the service order. The destination of the generated shipping label can be set to:
servicer
: to generate a shipping label used by the customer to ship an item to a servicercustomer
: to generate a shipping label used by the servicer to ship an item to a customer
The response body returns a URL for the generated shipping label that can used for dispatching the required item.
Important to note:
- No shipping label will be generated if a shipping label already exists for a given service order, in the specified destination
- To be able to generate a custom shipping label, the servicer must have the
hasCustomReturnLabel
andhasCustomDefectiveLabel
settings configured astrue