API ReferenceChannel accounts
List channel policies
GET /rest/v1/channel_accounts/{id}/policies
Shipping, return and payment policies stored on the channel account (eBay Business Policies, Etsy shipping profiles…). Reference them by id in listing overrides where supported. Read-only.
Authorization
apiKey AuthorizationBearer <token>
Authorization: Bearer nbl_live_... (or nbl_test_... for test mode). Test-mode writes are validated and simulated but never persisted and never touch channels; simulated results are marked simulated.
In: header
Path Parameters
id*string
Channel account id from GET /channel_accounts (e.g. chac_...). Never construct it.
Response Body
application/json
application/json
curl -X GET "https://example.com/channel_accounts/string/policies"{ "object": "list", "data": [ { "id": "pol_6178493000", "object": "policy", "type": "shipping", "name": "Standard shipping EU" } ]}Last updated on July 28, 2026
Need help?
The API is in private beta — email us and a human replies, usually within one business day.