Skip to main content

Update product items (batch)

Updates product items in batch.

Query Parameters
productItemIdType int32

Possible values: [0, 1, 2, 3, 4]

The type of product item ids supplied.
0 = Internal. Internal product item id set by Geins.
Eg: 10001.
1 = ArticleNumber. Article number set by customer.
Eg: ABC123.
2 = MarketPrefixedInternal. Internal product item id set by Geins, prefixed with market.
Eg: SE10001.
3 = MarketPrefixedArticleNumber. Article number set by customer, prefixed with market.
Eg: SEABC123.
4 = ExternalId. External product item id set by customer.
Eg: 10001.

Request Body REQUIRED

The product items to update.

object[]
ItemId int32

Id of the product item.

ArticleNumber string

The article number for the product item.

Name string

The name of the product item.

Shelf string

The shelf name where the product item can be found.

Weight int32

The weight of the item in grams (g).

Length int32

The length of the item in millimeters (mm).

Width int32

The width of the item in millimeters (mm).

Height int32

The height of the item in millimeters (mm).

Gtin string

The GTIN number for the item.
Also known as EAN, UCC or UPS number.

Active boolean

The current state of the item.

ExternalId string

External Id of the product item.

DateIncoming date-time

The date the item will be in stock again.

Responses
200

The update result.

Schema OPTIONAL
Resource object OPTIONAL
UpdateCount int32 OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.