Skip to main content

Update an Entry

PUT 

/v2/flows/:flowSlug/entries/:flowEntryID

  • For Commerce, this endpoint updates an entry for a flow.
  • For Product Experience Manager, this endpoint updates an entry for a template.

Request

Path Parameters

    flowSlug stringrequired

    The slug for the flow/template.

    flowEntryID stringrequired

    The ID of the entry.

Body

required
    data object
    FIELD1_SLUG string

    The field slug for each field/attribute in a flow/template and the corresponding value for the entry. You can have multiple field slugs if they are related to the flow/template.

    FIELD2_SLUG string

    The field slug for each field/attribute in a flow/template and the corresponding value for the entry. You can have multiple field slugs if they are related to the flow/template.

    id uuid

    A unique identifier for a resource.

    type string

    Represents the type of the resource object.

Responses

OK

Response Headers
    Schema
      data object
      id uuid

      A unique identifier for a resource.

      type string

      Represents the type of object being returned.

      links object

      Links allow you to move between requests. Single entities use a self parameter with a link to that specific resource. Listing pages use the following:

      PropertyDescription
      currentAlways the current page
      firstAlways the first page
      lastnull if there is only one page.
      prevnull if you are on the first page.
      nextnull if there is only one page.
      self string
      meta object
      owner string

      Possible values: [store, organization]

      The resource owner, either organization or store.

      timestamps object
      created_at string

      The date and time a resource is created.

      updated_at string

      The date and time a resource is updated.

      property name* string

      There can be a :fieldSlug attribute for each field/attribute attached to a flow/template. The type depends on the field type.

    Loading...