entity_code must correspond to an existing store or warehouse in the system.item_code or barcode must represent an existing product.dimension*) must align with the SKU configuration of the product.barcode is provided; item_code and dimension_level* must be null. The barcode will be converted to the corresponding SKU.cursor and nextCursor must be correctly configured in the request.GET request with appropriate query parameters such as entity_code, item_code, and dimensions.nextCursor indicating whether there are more seasons to retrieve. If nextCursor is setted, the external system must be call again, this service, setting cursor as nextCursor value.quantity_stock - quantity_committed.GET request to the getStock API.ECOMMERCE channel enabled.entity_code: If the specified entity_code does not exist.barcode: if the specified barcode is not associated with any SKU.Cursor and PageSize parameters in the request: if you specify a Cursor you cannot specify the page size. This information will already be contained within the cursor.cursor parameters are provided, an error response is returned.