외부 시스템에서 상품 정보를 수정합니다.
https://{기본 URL}/api/public/v1/products/{product_id}
PUT
Authorization: Bearer {api_key}Accept: application/jsonContent-Type: application/json 또는 multipart/form-dataJSON 또는 multipart/form-data로 전송합니다. 전달된 필드만 업데이트하며, 누락된 필드는 기존 값을 유지합니다.
선택 (생성 API와 동일)
title (string)description_html (string)category_id (integer)status (string)language (string)base_price (number)sale_price (number)