Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Puts the catalog entry warehouse inventory.

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

The warehouse code.

string
required
Query Params
string | null

The entry code.

Body Params

The warehouse inventory.

string | null

Gets the catalog entry key.

string | null

Represents the unique warehouse code.

warehouseLink
object
double

Represents the inventory's in-stock quantity.

double

Represents the inventory's reserved quantity.

double

Represents the inventory's minimum re-order quantity.

double

Represents the inventory's pre-order quantity.

double

Represents the inventory's backorder quantity.

boolean

Represents whether to allow backorders.

boolean

Represents whether to allow pre-orders.

string | null

Indicates whether or not current inventory amount is used in determining if an order can be completed.

date-time | null

Represents the availability date for the inventory's pre-orders.

date-time | null

Represents the availability date for the inventory's backorders.

date-time | null

Represents the availability date for the inventory's purchase.

Responses
200

Success

204

The warehouse inventory is saved.

400

If the catalog entry warehouse inventory model is not valid.

401

If user does not have enough permission for this request.

404

If entry or warehouse inventory does not exist.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!