---
title: "Create remote rule"
method: POST
path: "/workflows/remote_rules"
tags: ["Workflows"]
---

# Create remote rule

`POST /workflows/remote_rules`

Register a new remote rule for the retailer.

🔒 Requires: `remote_rules:write` scope

## Request body

- RemoteBusinessRuleParams — The parameters that can be passed to the create remote rule API.
  - `url` string, uri, required

## Response `200`

A remote business rule.

- object
  - `data` RemoteBusinessRule — The configuration of a remote business rule.
    - `created_at` string, date-time — The creation timestamp in UTC.
    - `id` string
    - `oauth_application_id` string — The ID of the application the created the remote business rule.
    - `url` string, uri, required

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
