Partner
Status: Proposed
A partner is an organization that has a store filled with products that other organizations can purchase.
Partners may fill one or more of the following roles:
- Business Partner: Have a direct billing relationship with SMBs
- Vendor: Integrate goods into the Vendasta platform to be sold by Business Partners to SMBs
- Service Provider: Integrate services into the Vendasta platform that they will fulfill for SMBs
Note: Small/Medium-Sized Businesses (SMBs) are represented by their primary Business Location record. They may only buy products through their Business Partner.
idstringrequired
Possible values: >= 3 characters and <= 4 characters
typestringrequired
Possible values: [partners]
attributes object
namestringrequired
The public name for the organization
relationships object
parent object
The parent partner is the partner that this partner primarily purchases stuff from.
data objectrequired
idstringrequired
Possible values: >= 3 characters and <= 4 characters
typestringrequired
Possible values: [parent]
Partner
{
"id": "string",
"type": "partners",
"attributes": {
"name": "string"
},
"relationships": {
"parent": {
"data": {
"id": "string",
"type": "parent"
}
}
}
}