Skip to main content

Get Main Image Relationships

GET 

/pcm/products/:productID/relationships/main_image

Get Main Image Relationships

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Responses

Returns all product variation relationships

Schema
    data object[]
  • Array [
  • id string

    A unique identifier for the image file generated automatically when a file is created.

    type string

    This represents the type of resource object being returned. Always file.

  • ]
Loading...