ReDoc documentation
Add or update product cost. Input item should correspond to \Magento\Catalog\Api\Data\CostInterface. If any items will have invalid cost, store id or sku, they will be marked as failed and excluded from update list and \Magento\Catalog\Api\Data\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown.
required | Array of objects (catalog-data-cost-interface) |
200 Success.
401 Unauthorized
Unexpected error
{- "prices": [
- {
- "cost": 0,
- "store_id": 0,
- "sku": "string",
- "extension_attributes": { }
}
]
}
[- {
- "message": "string",
- "parameters": [
- "string"
], - "extension_attributes": { }
}
]