has anyone done an integration from a standalone R...
# integrations
n
has anyone done an integration from a standalone RMA to UPS/FedEx (if you have the integration in NS) to print return labels?
@battk have you ever done that?
b
are you sure you want to do the shipping label at the rma, netsuite usually does it at the item fulfillment
n
yeah I know - its an ad-hoc customer return
like sending a customer return label
like amazon
b
you probably want to to see if you can print the return label on the item fulfillment instead and use that for the rma
else you will have to make a request to the matching api to get a shipping label
n
i figured that might be my optoins
option 1) workflow action script that temporarily creates SO + IF with correct items from RMA (could be random) and take the PDF and put on RMA for printing option 2) API call
b
you probably want to use the existing item fulfillment for that purpose
im not sure if you can get the return label by itself, but you probably want to start with some variation of getting that return label from that original fulfillment
n
right
makes sense
f
FedEx has a very extensive SOAP API. So you create a function to call the API with the SOAP request and it returns the label.
🙏 1