Remote configuration
Creating a remote configuration
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/remoteconfigs{
"key": "SHOW_RETURN_SECTION",
"value": false,
"valueType": "BOOLEAN",
"groups": [
"FULFILLMENT_APPLICATION",
"BACKOFFICE"
],
"scopes": [
{
"id": "SCOPE-ID-0001",
"facilityRefs": [
"FACILITY-ID-001"
],
"userRefs": [
"USER-ID-001",
"USER-ID-003"
]
}
]
}Retrieving remote configurations
Last updated