- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Setting
inventory/supplier/add
POST
/inventory/supplier/add
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
name
string
required
channel_group_id
integer
required
firstname
string
required
lastname
string
required
email
string
required
telephone
string
required
address_1
string
required
address_2
string
required
city
string
required
postcode
string
required
zone
string
required
country
string
required
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"name": "string",
"channel_group_id": 0,
"firstname": "string",
"lastname": "string",
"email": "string",
"telephone": "string",
"address_1": "string",
"address_2": "string",
"city": "string",
"postcode": "string",
"zone": "string",
"country": "string"
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
success
boolean
optional
supplier_id
integer
optional
Example
{
"error": [
"string"
],
"success": true,
"supplier_id": 0
}
Modified at 2024-10-20 10:47:53