# Pick a product (platform) **POST /platform/products/pick-product** Create or update a product in the platform using sku and the product data ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) - **type** (string) - **name** (string) - **description** (string(nullable)) - **images** (array[object]) - **sku** (string) - **price** (number) - **url** (string(nullable)) ## Responses ### 201 Returns the picked 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 ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)