Skip to main content
Server path: /commercetools-config | Type: Application | PCID required: Yes

Tools


commercetools_config_create_custom_objects

If an object with the given container/key exists, the object will be replaced with the new value and the version is incremented. If the request contains a version and an object with the given container/key, then the version must match the version of the existing object. Concurrent updates to the same Custom Object returns a ConcurrentModification error even if the version is not provided. Fields within value that have null values are not saved. Parameters:

commercetools_config_create_extensions

POST /extensions Parameters:

commercetools_config_create_states

POST /states Parameters:

commercetools_config_create_stores

POST /stores Parameters:

commercetools_config_create_subscriptions

A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type ResourceCreated for the resourceTypeId subscription. Parameters:

commercetools_config_create_types

POST /types Parameters:

commercetools_config_delete_custom_objects_by_container_and_key

DELETE /custom-objects/{container}/{key} Parameters:

commercetools_config_delete_extensions_by_id

DELETE /extensions/{ID} Parameters:

commercetools_config_delete_extensions_by_key

DELETE /extensions/key={key} Parameters:

commercetools_config_delete_states_by_id

DELETE /states/{ID} Parameters:

commercetools_config_delete_states_by_key

DELETE /states/key={key} Parameters:

commercetools_config_delete_stores_by_id

DELETE /stores/{ID} Parameters:

commercetools_config_delete_stores_by_key

DELETE /stores/key={key} Parameters:

commercetools_config_delete_subscriptions_by_id

DELETE /subscriptions/{ID} Parameters:

commercetools_config_delete_subscriptions_by_key

DELETE /subscriptions/key={key} Parameters:

commercetools_config_delete_types_by_id

DELETE /types/{ID} Parameters:

commercetools_config_delete_types_by_key

DELETE /types/key={key} Parameters:

commercetools_config_get_custom_objects_by_container

GET /custom-objects/{container} Parameters:

commercetools_config_get_custom_objects_by_container_and_key

GET /custom-objects/{container}/{key} Parameters:

commercetools_config_get_extensions_by_id

GET /extensions/{ID} Parameters:

commercetools_config_get_extensions_by_key

GET /extensions/key={key} Parameters:

commercetools_config_get_states_by_id

GET /states/{ID} Parameters:

commercetools_config_get_states_by_key

GET /states/key={key} Parameters:

commercetools_config_get_stores_by_id

GET /stores/{ID} Parameters:

commercetools_config_get_stores_by_key

GET /stores/key={key} Parameters:

commercetools_config_get_subscriptions_by_id

GET /subscriptions/{ID} Parameters:

commercetools_config_get_subscriptions_by_key

GET /subscriptions/key={key} Parameters:

commercetools_config_get_types_by_id

GET /types/{ID} Parameters:

commercetools_config_get_types_by_key

GET /types/key={key} Parameters:

commercetools_config_list_custom_objects

For performance reasons, it is highly advisable to query for Custom Objects in a container by using the container field in the where predicate. This endpoint is deprecated and replaced by the Query CustomObjects in Container endpoint. Parameters:

commercetools_config_list_extensions

GET /extensions Parameters:

commercetools_config_list_states

GET /states Parameters:

commercetools_config_list_stores

GET /stores Parameters:

commercetools_config_list_subscriptions

GET /subscriptions Parameters:

commercetools_config_list_subscriptions_health_by_id

This endpoint can be polled by a monitoring or alerting system that checks the health of your Subscriptions. To ease integration with such systems this endpoint does not require Authorization. Parameters:

commercetools_config_list_types

GET /types Parameters:

commercetools_config_update_extensions_by_id

POST /extensions/{ID} Parameters:

commercetools_config_update_extensions_by_key

POST /extensions/key={key} Parameters:

commercetools_config_update_states_by_id

POST /states/{ID} Parameters:

commercetools_config_update_states_by_key

POST /states/key={key} Parameters:

commercetools_config_update_stores_by_id

POST /stores/{ID} Parameters:

commercetools_config_update_stores_by_key

POST /stores/key={key} Parameters:

commercetools_config_update_subscriptions_by_id

POST /subscriptions/{ID} Parameters:

commercetools_config_update_subscriptions_by_key

POST /subscriptions/key={key} Parameters:

commercetools_config_update_types_by_id

POST /types/{ID} Parameters:

commercetools_config_update_types_by_key

POST /types/key={key} Parameters: