Vendors

Get Vendor

GET
/merchantos/vendors/{vendor_id}
x-access-token<token>

In: header

Path Parameters

vendor_id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/merchantos/vendors/string"
{  "id": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "vendor_name": "string",  "company_name": "string",  "address": "string",  "address_2": "string",  "city": "string",  "state": "string",  "zip_code": "string",  "country": "string",  "contact_person_name": "string",  "contact_email": "string",  "contact_phone": "string",  "internal_notes": "string",  "merchant_team_id": "string",  "merchant_team_name": "string",  "fulfiller_team_id": "string",  "fulfiller_team_name": "string",  "products": [    {      "id": "string",      "name": "string",      "sku": "string",      "image_url": "string"    }  ],  "supported_actions": [    {      "action": "VIEW_VENDOR"    }  ]}