A valid request URL is required to generate request examples{
"method": "sync",
"jobID": "<string>"
}Dynamically routes inventory refresh requests to synchronous or asynchronous processing based on payload size. Smaller payloads are generally processed synchronously and return immediate results. Larger payloads are processed asynchronously and return a job ID for tracking. The request schema is identical to the standard Refresh API. For more information, see the Smart Inventory APIs guide.
A valid request URL is required to generate request examples{
"method": "sync",
"jobID": "<string>"
}JWT Authorization header using the Bearer scheme.
Successful operation
Response from smart inventory endpoints indicating the processing method used
The processing method used: 'sync' for synchronous processing or 'async' for asynchronous processing. Kibo determines the routing based on payload size.
sync, async The job identifier for tracking asynchronous requests. This field is null for synchronous requests.