# Merchants APIs

The Partner APIs provide operations to retrieve and manage partner entities associated with a developer account. Partners include individual merchants and known shippers that are onboarded and linked to the developer for shipping and business operations.

These APIs enable retrieval of partner information based on type and status, supporting visibility into all associated business partners under a developer account.


Version: 1.0.0

## Servers

```
https://api-dev.sendpro360.pitneycloud.com/shipping
```

```
https://api-qa.sendpro360.pitneycloud.com/shipping
```

Sandbox Server
```
https://api-sandbox.sendpro360.pitneybowes.com/shipping
```

Production Server (uses live data)
```
https://api.sendpro360.pitneybowes.com/shipping
```

## Security

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

[Merchants APIs](https://docs.sendpro360.pitneycloud.com/_bundle/openapi/merchants.yaml)

## Partners

APIs for retrieving partner entities associated with a developer account. These APIs support operations such as fetching all partners, filtering partners by type and status, and retrieving details of individual merchants using a partner identifier. They enable visibility and management of business partners involved in shipping workflows.

### Get All Partners

 - [GET /api/v1/partners](https://docs.sendpro360.pitneycloud.com/openapi/merchants/partners/getallpartners.md): The operation fetches all partners (merchants and knownshippers) associated to a developer.

### Get Individual Merchant

 - [GET /api/v1/partners/individual](https://docs.sendpro360.pitneycloud.com/openapi/merchants/partners/getpartner.md): The operation fetches individual merchants associated to a developer.

