---
title: Read details for a merchant id
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-merchantids-_id_
---

# Read details for a merchant id

Get information for a merchant ID.

## URL

GET https://api.appstoreconnect.apple.com/v1/merchantIds/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the merchant ID resource ID from the List merchant ids response.

## Query Parameters

fields[certificates]: fields[merchantIds]: include: limit[certificates]:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Managing merchant IDs

- [Managing merchant IDs and Payment Processing certificates](appstoreconnectapi/managing-payment-processing-certificates.md)
- [List merchant ids](appstoreconnectapi/get-v1-merchantids.md)
- [List certificates for a merchant id](appstoreconnectapi/get-v1-merchantids-_id_-certificates.md)
- [List certificate IDs for a merchant ID](appstoreconnectapi/get-v1-merchantids-_id_-relationships-certificates.md)
- [Modify merchant ids](appstoreconnectapi/patch-v1-merchantids-_id_.md)
- [Create a merchant id](appstoreconnectapi/post-v1-merchantids.md)
- [Delete a merchant id](appstoreconnectapi/delete-v1-merchantids-_id_.md)
