# 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) - **sku** (string) - **price** (number) - **url** (string(nullable)) ## Responses ### 201 Returns the picked product ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)