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

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

items
TransitionCartItem · object[]

list of TransitionCartItem

cartID
string

Cart ID that we are transitioning the allocation from

orderID
integer

Order ID for the cart to transition to

locationCode
string

Location Code

userID
integer

user id

pageSize
integer

how many results to show per page

pageNum
integer

which page to show

sortBy
string

index to sort results by

Response

Success

Base Response Model

success
boolean

Flag for success

messages
string[]

List of messages

numResults
integer

Number of results