Skip to main content

Update an Entry Relationship

PUT 

/v2/flows/:flowSlug/entries/:flowEntryID/relationships/:flowFieldSlug

  • In Commerce, updates an entry relationship to one or more resources. If any relationships already exist, the ones made in the request are added to them.
  • In Product Experience Manager, updates an entry relationship with the product to which you want to associate the template.

Request

Path Parameters

    flowSlug stringrequired

    The slug of the flow/template that the entry belongs to.

    flowFieldSlug stringrequired

    The slug of the field/attribute that the relationship belongs to.

    flowEntryID stringrequired

    The ID of the entry you are requesting.

Body

required
    data object[]

    The data to be stored.

  • Array [
  • id uuid

    A unique identifier for a resource.

    type string

    The resource type of the object.

  • ]

Responses

Created

Schema
    data object[]
  • Array [
  • id uuid

    A unique identifier for a resource.

    type string

    Represents the type of object being returned.

  • ]
Loading...