Skip to main content
POST
/
commerce
/
inventory
/
v5
/
inventory
/
transitionCart
Error
A valid request URL is required to generate request examples
{
  "messages": [
    "<string>"
  ],
  "numResults": 123,
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request needed for transitioning cart allocations to order/shipment allocations

Request needed for transitioning cart allocations to order/shipment allocations

cartID
string

Cart ID that we are transitioning the allocation from

items
TransitionCartItem · object[]

list of TransitionCartItem

locationCode
string

Location Code

orderID
integer

Order ID for the cart to transition to

pageNum
integer

which page to show

pageSize
integer

how many results to show per page

sortBy
string

index to sort results by

userID
integer

user id

Response

Success

Base Response Model

messages
string[]

List of messages

numResults
integer

Number of results

success
boolean

Flag for success