Vendor Tutorial
How to create a vendor?
curl -L
--request POST
--url 'https://api.emporix.io/vendor/vendor/{tenant}/vendors'
--header 'Authorization: Bearer YOUR_OAUTH2_TOKEN'
--header 'Content-Type: application/json'
--data '{
"name": "ABC Company",
"type": "COMPANY",
"legalInfo": {
"legalName": "ABC Company Inc.",
"registrationDate": "2022-03-31T13:18:02.379Z",
"countryOfRegistration": "US",
"taxRegistrationNumber": "1234567890"
},
"contactDetails": [
{
"firstName": "Jane",
"lastName": "Doe",
"email": "[email protected]",
"phone": "+1-555-0123"
}
]
}Group
Order Access
Product Access
Notes
How to set up a location for an existing vendor?
How to link users group with a vendor?
API ReferenceAPI ReferenceHow does product relate to a vendor?
How does vendor work with order splitting?
Order split example
Last updated
Was this helpful?

