Item
Item
getItem
Returns a single item.
updateItem
Updates an `Item` resource.
deleteItem
Deletes the item with the given `id`.
editItem
Edit an Item.
publishItem
Publish an Item.
cloneItem
Clone an Item. Creates a brand new item same as the cloned one.
canDraftItemOwnershipChange
Invoke this service to find out if you can change the draft owner.
changeDraftItemOwnership
The draft of an item relates to two user profiles:
getFullItem
Item's full version.
listItems
Returns a list of all items.
createItem
Creates an `Item` resource. If the user is linked to one or more suppliers,
exportItems
Request an export of a list of items.
listItemsAvailability
Returns a list of items availability.
exportItemsAvailability
Request an export of a list of items availability stock.
updateItemAvailability
Updates the availabilities for the given item.
listItemsKPIs
Get all KPIs defined for the items.
getItemsKPI
Get a single KPI defined for the items.
listItemKPIs
Get all KPIs defined for the given item.
getItemUnitOfMeasurement
Returns the requested unit of measurement of the given item.
updateItemUnitOfMeasurement
Updates an `ItemUnitOfMeasurement` resource.
deleteItemUnitOfMeasurement
Deletes the unit of measurement `id` linked to the item `itemId`.
listItemUnitsOfMeasurement
Returns all units of measurement of the given item.
createItemUnitOfMeasurement
Creates a new relation between an item and an unit of measurement.
listUnitsOfMeasurementDocCategory
This service should not be implemented. It is defined for code generation purposes.
linkTagToItem
Links the tag identified by `tagId` to the item identified by `itemId`.
unlinkTagFromItem
Unlinks the tag `tagId` from the item `itemId`.
replaceItemTags
Replace the tags associated to the given item id.
listItemBarcodes
Returns the list of the item's barcodes.
createItemBarcode
Adds the item's barcode.
updateItemBarcode
Updates an `ItemBarcode` resource.
deleteItemBarcode
Deletes the itemBarcode.
listItemSheets
Returns a collection of FormSheets, which depend on the `itemCategoryId`.
manageItemTags
Tag a set of up to 1000 items.
listItemMinStockLevels
Retrieves the minimum stock levels of a specific item across various warehouses.
manageItemMinStockLevels
Add or update the minimum stock levels of a specific item across various warehouses.
deleteItemMinStockLevel
Delete a minimum stock level for the given item in a specific warehouse.
listItemStatuses
Returns a list of `ItemStatus` objects.
listItemMarketplaces
Returns the list of marketplaces the item is linked to .
linkItemToMarketplace
Link an item to different marketplaces. If the item is already linked, the request will merge the data by
unlinkItemFromMarketplace
Unlink an item from a marketplace.
manageItemMarketplaces
Link to marketplaces a set of up to 1000 items.
listEligibleItemEntityScopes
Returns the list of entity scopes eligible for the given item.
listItemEntityScopes
Returns the list of entity scopes associated with the given item.
addItemEntityScope
Adds one or more entity scopes to the given item. Provide either a list of `scopeIds` or set `addAll` to `true`
getItemEntityScope
Returns the detail of the entity scope identified by `scopeId` associated with the item identified by `itemId`,
updateItemEntityScope
Updates the attribute map of the entity scope identified by `scopeId` for the item identified by `itemId`.
deleteItemEntityScope
Removes the entity scope identified by `scopeId` from the item identified by `itemId`.