UpdateSettingInput
Input type to update a Setting
USAGE
Use a unique combination of context
and contextId
to create settings for various contexts.
Not using a unique combination of those two will result in a ConstraintViolationException.
NOTE
If you are an existing client, you may already be using our Configuration Settings feature.
You can still use this API to update existing settings. However, we advise you to be very cautious in doing so as V4 APIs may behave unexpectedly
if you modify your existing settings. If you have questions, please contact support.
Input Fields
ID!
)
ID of the object
String
)
Name of the setting
String!
)
Data type of the setting's value. Supported types are LOB, STRING, INTEGER, BOOLEAN and JSON.
Json
)
Value of the setting. Use this if the value is a JSON.
String
)
Value of the setting. Use this if the value is NOT a JSON.
String!
)
The context of the setting. Supported values are ACCOUNT, RETAILER, AGENT or CUSTOMER
Int!
)
ID
of the context type. For instance, use a retailer's ID when using RETAILER context.