Bulk creates supplier entries for an inventory item. Creates multiple supplier relationships with pricing and SKU information in a single request.

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

The requested API version

Body Params

Request containing inventory item identification and list of supplier entries (maximum 25).

Request model for bulk creating inventory item supplier entries.
Creates multiple supplier entries for a single inventory item.

int64 | null

Inventory Item ID. Required if ExternalRefKey not provided.
Used to identify which inventory item to add supplier entries for.

string | null

External reference key for the inventory item.
Alternative to InventoryItemId for identifying the inventory item.
If both are provided, they must reference the same inventory item.

suppliers
array of objects
required
length between 1 and 25

List of supplier entries to create (maximum 25).
Each entry represents a supplier relationship with specific pricing and SKU information.

suppliers*

Individual supplier entry for an inventory item.
Represents a single supplier relationship with pricing and SKU details.

int32
required
1 to 2147483647

Supplier ID (required for each entry).
Must match a valid supplier in the Inventory.Supplier table.

double | null

Cost per unit for this supplier SKU.
Maps to: Cost field in InventoryItemSupplierSKU table.
Jira field: Cost/PU

string | null

Package unit name (e.g., "Box", "Case", "Each").
Maps to: InventoryUnit_Id field in InventoryItemSupplierSKU table.
Must match a valid InventoryUnit name in the Lookups.InventoryUnit table.
Jira field: PackageUnit

int32 | null
1 to 2147483647

Number of eaches (quantity/count).
Maps to: Quantity field in InventoryItemSupplierSKU table.
Jira field: Eaches

string | null

Reorder number or supplier's SKU/part number.
Maps to: SupplierSKU field in InventoryItemSupplierSKU table.
Jira field: ReorderNumber

boolean

Whether this is the primary supplier for this item.
Only one supplier in the array can be marked as primary.
Maps to: IsPrimary field in InventoryItemSupplierSKU table.
Jira field: Primary

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json