Skip to main content

Create a new product image with the provided information

POST 

/api/company/:company_id/product/:product_id/image

Create a new product image with the provided information

Request

Path Parameters

    company_id uuidrequired

    The id of the company

    product_id uuidrequired

    The id of the product

Body

required
    url urlrequired

    The URL of the product image.

Responses

Detailed information about the product

Schema
    id uuidrequired

    The unique identifier of the product image.

    company_id uuidrequired

    The unique identifier of the company.

    url urlrequired

    The URL of the product image.

Loading...