Skip to main content
POST
Apply to supplier

Authorizations

Authorization
string
header
required

Your API key goes here

Path Parameters

storeId
string<uuid>
required
supplierStoreId
string<uuid>
required

Body

application/json

Applies to a supplier store's reseller programme.

acceptTerms
boolean
required

Whether the applicant accepts the supplier's reseller terms. Recorded with a timestamp.

answers
object[]
required

Answers to the supplier's application questions, where they ask any. Ignored by a supplier who enrols openly, since there is nothing to review.

vatNumber
string | null

The applicant's VAT number, if they have one. Recorded as given; validation is v2.

Maximum string length: 64

Response

The object was successfully created.

Represents a default generic response for API endpoints.

success
boolean
required

Indicates whether the operation or response was successful.

message
string | null

A descriptive message providing additional context or information about the response.

code
string | null

The error code (if there was an error) to use when referencing the error

data
object

One supplier a store buys stock from, as the reselling side of the dashboard shows it.

Last modified on August 22, 2026