Suppliers - API Connector - Overview

⚙️ Introduction

This job is designed to create and update Suppliers by connecting your API gateway to DJUST using the API Connector. It processes data sent in JSON format from a REST API.


📂 Accepted Payload Structure

[
	{
		"name":"supplier1",
		"externalId":"1234",
		"deleted":"false",
		"description":"test",
		"totalOffers":"5",
		"totalOrders":"2",
		"supplierRating":"5",
		"returnPolicy":"yes"
	},
	{
		"name":"supplier2",
		"externalId":"2345",
		"deleted":"false",
		"description":"test",
		"totalOffers":"5",
		"totalOrders":"2",
		"supplierRating":"5",
		"returnPolicy":"yes"
	}
]
💡

The JSON must always be a list of objects


📋 Fields

Field

Definition

Required on creation

Required on update

Editable

Default value

name

Supplier Name

externalId

Supplier Unique external identifier

description

Description

logo

Supplier logo

totalOffers

Total number of linked Offers

totalOrders

Total number of linked Orders

supplierRating

Supplier rating

evaluationCount

deleted

Deletes the Supplier

False

returnPolicy

Return Policy

banner

Banner

accountsId

Account Unique external identifier to be linked with the supplier

status

Supplier Status