sayren Docs
상품 이미지

상품 이미지 업로드

POST
/v1/product-images
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Response Body

application/json

curl -X POST "https://example.com/v1/product-images"
{  "meta": {    "status": 201,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "images": [      {        "url": "http://example.com",        "width": 0,        "height": 0      }    ]  },  "error": null}