The operation fetches individual merchants associated to a developer.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/partners/individual
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/shipping/api/v1/partners/individual
curl -i -X GET \
https://api-sandbox.sendpro360.pitneybowes.com/shipping/api/v1/partners/individual \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-PB-Developer-Partner-ID: string'The specified partner has been fetched.
For Individual Merchants it is merchant's subscription ID. This returns in the response only if the partner is Individual Merchant.
Type of the developer partner. Here type in individual merchant.
Example:"Individual Merchant"
Current status of the merchant. Status SUSPENDED is when partner is deleted from UI and TERMINATED when partner is deleted via API.
Enum:"ACTIVE""SUSPENDED""TERMINATED"
Example:"TERMINATED"
Creation timestamp for this association.
Example:"2025-10-09T14:18:17.9Z"
Last update timestamp for this association.
Example:"2025-10-09T14:18:30.142Z"
Response
{ "subId": "string", "type": "Individual Merchant", "archive": true, "status": "TERMINATED", "insertTimestamp": "2025-10-09T14:18:17.9Z", "updateTimestamp": "2025-10-09T14:18:30.142Z", "developerId": "sa535e3", "email": "abcd_1@yopmail.com", "name": "Known Merchant1", "countryCode": "US", "carrierAccounts": [ { "carrierAccountId": "9RNmJJnM5x1Y", "carrierName": "DHL Express", "carrierID": "DHLEXP", "shipperId": "2000082819" } ] }