# Create an image product for a popliste (platform) **POST /platform/popliste/{id}/image** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) Numeric ID of the popliste to update ### Body: multipart/form-data (object) - **image** () The image to upload ## Responses ### 200 Returns the updated popliste image product #### Body: application/json (object) - **id_product** (integer(int32)) - **name** (string(nullable)) - **type** (string(nullable)) - **discount_percentage** (number(float)) - **price_catalog** (integer(float)) - **reference_unit_price** (integer(float)) - **sku** (string(nullable)) - **youtube_id** (string(nullable)) - **url** (string(nullable)) - **description** (string(nullable)) - **images** (array[object]) - **price** (number(float)) - **stock** (integer(float)) - **stock_available** (number(float)) - **old_image** (string(nullable)) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Popliste not found ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)