Get Service Level Rule

This endpoint returns the service level rule.

SecurityOAuth2
Request
path Parameters
ruleset-id
required
string
service-level-rule-id
required
string
header Parameters
x-api-key
string
tenant-id
string
Content-Type
string
Default: application/json
Responses
200
get/service-level-rulesets/{ruleset-id}/rules/{service-level-rule-id}
Response samples
application/json
{
  • "tenant": "string",
  • "rule_id": "string",
  • "rule_set_id": "string",
  • "rule_name": "string",
  • "sequence": 0,
  • "description": "string",
  • "config_type": "FULFILLMENT",
  • "status": "ACTIVE",
  • "source_type": {
    },
  • "delivery_type": {
    },
  • "carrier_ids": {
    },
  • "order_type": {
    },
  • "merchants": {
    },
  • "pickup_partner_location_ids": {
    },
  • "dropoff_partner_location_ids": {
    },
  • "dropoff_v2": {
    },
  • "pickup_v2": {
    },
  • "volumetric_weight": {
    },
  • "gross_weight": {
    },
  • "custom_conditions": {
    },
  • "start_time": 0,
  • "end_time": 0,
  • "days": [
    ],
  • "creation_date": "2019-08-24T14:15:22Z",
  • "update_date": "2019-08-24T14:15:22Z"
}