ReDoc documentation

inventory/source-selection-algorithm-result

inventory/source-selection-algorithm-result

post/V1/inventory/source-selection-algorithm-result
Request
Request Body schema:
algorithmCode
required
string
required
object (inventory-source-selection-api-data-inventory-request-interface)

Request products in a given Qty and StockId

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "inventoryRequest": {
    },
  • "algorithmCode": "string"
}
Response samples
{
  • "source_selection_items": [
    ],
  • "shippable": true,
  • "extension_attributes": { }
}