# Create a supplier **POST /suppliers** ## Servers - https://partner.trukks.se/supplierinvoices: https://partner.trukks.se/supplierinvoices () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **number** (string) Unique identifier for the supplier. - **name** (string) - **organizationalNumber** (string) - **city** (string) - **street** (string) - **postIndex** (string) - **country** (string) - **phone** (string) - **email** (string) - **website** (string) - **bankGiro** (string) - **postGiro** (string) ## Responses ### 200 Supplier successfully created #### Body: application/json (object) - **message** (string) ### 400 Invalid input #### Body: application/json (object) - **traceId** (string) Internal ID. Please provide this ID when contacting support - **message** (string) Message describing the error ### 401 Access token is missing or invalid ### 409 Supplier with same ID already exists #### Body: application/json (object) - **traceId** (string) Internal ID. Please provide this ID when contacting support - **message** (string) Message describing the error ### 500 Internal error #### Body: application/json (object) - **traceId** (string) Internal ID. Please provide this ID when contacting support - **message** (string) Message describing the error [Powered by Bump.sh](https://bump.sh)