Skip to main content

Configuration API (0.1.0)

Download OpenAPI specification:Download

Represents the API to request the inventory's configurations.

Configuration API

Represents the API to request the inventory's configurations.

Get Fulfillment App Config

Example: /stock_locations/address_url/base_url business_area = stock_locations config_path = address_url/base_url

header Parameters
tenant
required
string (Tenant)

Responses

Response samples

Content type
application/json
null

Patch Fulfillment App Config

header Parameters
tenant
required
string (Tenant)
Request Body schema: application/json
object (Adjustment)
Default: {"manual_adjustment_enabled":false}
object (Cycle Count)
Default: {"count_modification_enabled":false,"stock_on_hand_visible":false}
object (Receiving)
Default: {"blind_receiving_enabled":false,"manual_receiving_enabled":false,"order_ref":{"enabled":false,"label":"Order Reference"},"shipment_ref":{"enabled":false,"label":"Shipment Reference"}}
object (Transfer)
Default: {"manual_adjustment_enabled":false}

Responses

Request samples

Content type
application/json
{
  • "adjustment": {
    },
  • "cycle_count": {
    },
  • "receiving": {
    },
  • "transfer": {
    }
}

Response samples

Content type
application/json
{
  • "detail": [
    ]
}

Set Fulfillment App Config

header Parameters
tenant
required
string (Tenant)
Request Body schema: application/json
required
object (RequiredAdjustmentConfig)
required
object (RequiredCycleCountConfig)
required
object (RequiredReceivingConfig)
required
object (RequiredTransferConfig)

Responses

Request samples

Content type
application/json
{
  • "adjustment": {
    },
  • "cycle_count": {
    },
  • "receiving": {
    },
  • "transfer": {
    }
}

Response samples

Content type
application/json
{
  • "detail": [
    ]
}

Health Check

Responses

Get Config

Example: /stock_locations/address_url/base_url business_area = stock_locations config_path = address_url/base_url

path Parameters
business_area
required
string (Business Area)
config_path
required
string (Config Path)
header Parameters
tenant
required
string (Tenant)

Responses

Response samples

Content type
application/json
null

Set Config

path Parameters
business_area
required
string (Business Area)
config_path
required
string (Config Path)
header Parameters
tenant
required
string (Tenant)
Request Body schema: application/json
Value (object) or Array of Value (any) or Value (string) or Value (integer) or Value (number) or Value (boolean) or FulfillmentAppConfig (object) or RequiredFulfillmentAppConfig (object) (Value)
Any of
object (Value)

Responses

Request samples

Content type
application/json
{
  • "value": { }
}

Response samples

Content type
application/json
{
  • "detail": [
    ]
}