Admin api products
Trigger an async job to sync product to store(s)
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
storeId?integer
Id of target store, or sync product to all store if not provided
Response Body
application/json
curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/products/sync" \ -H "Content-Type: application/json" \ -d '{}'Empty
Empty
Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?