Skip to main content

Replace a product file relationship

PUT 

/pcm/products/:productID/relationships/files

Replace a product file relationship

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Body

    data object[]
  • Array [
  • id string

    A unique identifier for a file generated when a file is created.

    type string

    Possible values: [file]

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

    meta object
    tags string[]

    The files associated with a product.

  • ]

Responses

No Content

Loading...