Vendors

Update Vendor

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

In: header

Path Parameters

vendor_id*string

Request Body

application/json

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/merchantos/vendors/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "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"    }  ]}