Edit a store

Edit a store.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Error cases

Store does not exist (404)

{
    "status": 404,
    "errors": [
        {
            "error_key": "id",
            "error": "wrong_value",
            "error_description": "Record not found for id store_test."
        }
    ]
}

Update non-editable parameter (400)

{
    "status": 400,
    "errors": [
        {
            "error_key": "id",
            "error": "not_updatable_field",
            "error_description": "The field \"id\" can't be updated."
        }
    ]
}

Store validation KO (400)

See failure cases for Create a store ⇒ they will result in a 400 here

Path Params
string
required
.+

Store's external identifier.

Body Params

Store data.

string
boolean
string
string
custom_fields
array of objects

custom fields is patched too so you can only set some of them, other custom fields will not be changed

custom_fields
Responses

401

Authentication failed.

403

Forbidden.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json