POST:entities.json
Commerce APIPOST:entities.json

POST:entities.json

entitiesModify

Description

Modify an existing entity.

Even though API takes array as body, modifying only one entity at a time is allowed. API looks like that for consistency reasons.

Topic: Entities

Query Parameters

entity_id: String

Unique entity identifier. See also: Unique Identifiers

Example: ?entity_id=en_EQzGqWoY

Request Body

Array of EntityModify

[
  {
    "name": "FooBar Inc."
  }
]

Response Body

Array of Entity

Response Body Type

Loading module