Bulk Update Inventory Products (BETA)

This API endpoint allows the calling unit to update multiple inventory products for their child unit as specified by its incomingIdentifier. The request body must be a non-empty array of up to 100 products. The endpoint returns 200 when all requested products are updated, 207 when update is partially successful, and 400 when all requested products fail or the request payload does not satisfy schema validation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The incoming identifier of the unit whose inventory products and groups are being managed.

Body Params

JSON payload for bulk updating inventory products.

A non-empty batch of products to update.

string
required

The unique identifier of the inventory product.

string
required

The identifier of the group this product belongs to.

string

The display name of the product.

string

An optional description of the product.

string | null

URL of the product image.

string

The identifier of the product supplier.

string

The display name of the product supplier.

string

The brand of the product.

string

The brand type classification of the product.

string | null

The date and time the product was last sold (ISO 8601 / ATOM format).

tags
array of strings

A list of tags associated with the product.

tags
Headers
string
enum
Defaults to ''

This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding Response header. Currently supported gzip and deflate. Please note if this request header is not present, no compression will be used.

Allowed:
string
enum
Defaults to close

This general HTTP header controls (or rather influences) whether the network connection stays open after the current request finishes. If the sent value is keep-alive, the connection should stay in a special state, allowing to be reused for subsequent requests to the same server. Please note these connections will be closed after reaching timeout threshold controlled by EES server (usually after 5 seconds).

Allowed:
string
required

Client ID, This will be provided by EES and is unique to the company calling the API.

string
required

Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret.

string

Unique Reference for the API transaction within the calling company.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json