Skip to content

Sync Stock Location

POST
/admin/veeqo/stock-locations/sync
curl --request POST \
--url http://localhost:9000/admin/veeqo/stock-locations/sync \
--header 'Content-Type: application/json' \
--data '{ "stock_location_ids": [ "example" ] }'
Media type application/json
object
stock_location_ids
required
Array<string>
>= 1 items
Example generated
{
"stock_location_ids": [
"example"
]
}

OK

Media type application/json
object
Example generated
{}