curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/credit-limit
{
"creditLimit": 123,
"currencyCode": "<string>",
"defaultsToMarketplaceCreditLimit": true
}
Endpoint to get the credit limit for a vendor.
This endpoint has been deprecated and now it returns the marketplace credit limit for all vendors.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/credit-limit
{
"creditLimit": 123,
"currencyCode": "<string>",
"defaultsToMarketplaceCreditLimit": true
}
The External ID of the Vendor to retrieve.
1
Successful Response
Credit Limit for the Vendor as a float and adds a property for Vendors (defaultsToMarketplaceCreditLimit)