GET /vendors/{id}.json
Path parameters
-
Numeric ID of the instance
Minimum value is
1
.
GET /vendors/{id}.json
curl \
-X GET http://api.example.com/v1/vendors/{id}.json \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"accountsEmail": "string",
"automaticallyBackorder": "company_default",
"companyCode": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"currencyId": 42,
"deliveryDays": 0,
"dropshipProcessing": "dropship_provider",
"email": "string",
"fax": "string",
"firstName": "string",
"fulfillmentPolicy": "company_default",
"id": 42,
"lastName": "string",
"name": "string",
"noInventoryPolicy": "manual",
"notes": "string",
"orderEmail": "string",
"paymentDays": 0,
"phone": "string",
"returnsEmail": "string",
"source": "channel",
"specifyDropshipProviders": true,
"taxNumber": "string",
"updatedAt": "2024-05-04T09:42:00+00:00",
"warehouseId": 42,
"warehouseRouting": "select",
"xeroId": "string"
}