{ "seller": { "id": "<string>", "store_status": "active", "name": "<string>", "handle": "<string>", "description": "<string>", "photo": "<string>", "email": "<string>", "phone": "<string>", "address_line": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country_code": "<string>", "tax_id": "<string>", "members": [ {} ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Retrieves a specific seller by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the seller to retrieve.
Comma-separated fields to include in the response.
OK
Seller object
Show child attributes
The unique identifier of the seller.
The status of the seller's store.
active
inactive
suspended
The name of the seller.
A unique handle for the seller.
A description of the seller.
URL to the seller's photo.
Store contact email.
Store contact phone.
Seller address line.
Seller city.
Seller state.
Seller postal code.
Seller country code.
Seller tax ID.
Array of members associated with the seller.
The date with timezone at which the resource was created.
The date with timezone at which the resource was last updated.