v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Create Supplier

post/v3/supplier

Query parameters

echoboolean

Returns data

Request body

catalogIdinteger required

Catalog Id

merchantIdinteger

Merchant Id

namestring

Supplier Name

numberstring

Supplier number

supplierApplicationTypestring
supplierRateTypestring
supplierTypestring
taxIdstring

Tax Id

Response

201

idinteger
merchantIdinteger
catalogIdinteger
namestring
numberstring
taxIdstring
createdstring
lastActivitystring

Example response

{
  "id": 9840,
  "merchantId": 939458974,
  "catalogId": 1343896,
  "name": "Johnson's Supplier",
  "number": "1234567890",
  "taxId": "*****6789",
  "created": "2020-10-06T15:45:48.197Z",
  "lastActivity": "2020-10-06T15:45:48.197Z"
}