Added
New v3 API endpoints for vendor credits
April 29th, 2025
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.
| Operation | API endpoint |
|---|---|
| Create a vendor credit | POST /v3/vendor-credits |
| Get list of vendor credits | GET /v3/vendor-credits |
| Get vendor credit details | GET /v3/vendor-credits/{vendorCreditId} |
| Update a vendor credit | PATCH /v3/vendor-credits/{vendorCreditId} |
| Replace a vendor credit | PUT /v3/vendor-credits/{vendorCreditId} |
| Archive a vendor credit | POST /v3/vendor-credits/{vendorCreditId}/archive |
| Create multiple vendor credits | POST /v3/vendor-credits/bulk |
| Update multiple vendor credits | PATCH /v3/vendor-credits/bulk |
| Replace multiple vendor credits | PUT /v3/vendor-credits/bulk |
| Archive multiple vendor credits | POST /v3/vendor-credits/bulk/archive |
See Vendor credits for more information.
