added

New v3 API endpoints for vendor credits

We have introduced a set of API endpoints for vendor credit operations. You can now create vendor credits for adjusting the amount that you owe a vendor.

OperationAPI endpoint
Create a vendor creditPOST /v3/vendor-credits
Get list of vendor creditsGET /v3/vendor-credits
Get vendor credit detailsGET /v3/vendor-credits/{vendorCreditId}
Update a vendor creditPATCH /v3/vendor-credits/{vendorCreditId}
Replace a vendor creditPUT /v3/vendor-credits/{vendorCreditId}
Archive a vendor creditPOST /v3/vendor-credits/{vendorCreditId}/archive
Create multiple vendor creditsPOST /v3/vendor-credits/bulk
Update multiple vendor creditsPATCH /v3/vendor-credits/bulk
Replace multiple vendor creditsPUT /v3/vendor-credits/bulk
Archive multiple vendor creditsPOST /v3/vendor-credits/bulk/archive

See Vendor credits for more information.