POST
/
backpre-order
/
backorderpreorder-update
curl --request POST \
  --url https://prod01.oms.fabric.inc/api/v2/backpre-order/backorderpreorder-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "orderNumbers": [
    "order-1656594188",
    "order-1656594944"
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · string

The body is of type string.

Example:
{
  "orderNumbers": ["order-1656594188", "order-1656594944"]
}

Response

200
application/json
BackOrderPreOrder service will get back/pre items from order models

The response is of type object.