Images
Get Images
Retrieves the images.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
Create Image
Uploads an image.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
multipart/form-dataOptionalimagefileMust be an image. Must not be greater than 20480 kilobytes.
Format:
"binary"Path Parameters
shopIdRequiredintegerThe shop ID.
Bulk Delete Images
Deletes images in bulk.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalimage_idsarray<integer>Path Parameters
shopIdRequiredintegerThe shop ID.
Delete Image
Deletes an image.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
imageIdRequiredinteger