Salla · Arazzo Workflow

Salla Shipping Zone Setup

Version 1.0.0

Register a shipping company, create a delivery zone for it, and read the zone back.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefrontArazzoWorkflows

Provider

salla

Workflows

setup-shipping-zone
Register a shipping company and create a covered delivery zone.
Creates a shipping company, creates a delivery zone for it, and reads the zone back to confirm its coverage.
3 steps inputs: companyPayload, zonePayload outputs: zoneCountries, zoneId
1
createCompany
Register the shipping company that will own the new delivery zone.
2
createZone
Create a delivery zone with its covered countries, cities, and cost.
3
getZone
Read the new zone back to confirm its coverage persisted correctly.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Salla Shipping Zone Setup
  summary: Register a shipping company, create a delivery zone for it, and read the zone back.
  description: >-
    The onboarding flow a shipping app runs to publish its coverage on a Salla
    store. A shipping company is registered, a delivery zone with its covered
    countries and cost is created, and the new zone is read back to confirm its
    coverage persisted correctly. Each step spells out its request inline so
    the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-520.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-520.50
      capability_name: Logistics Operations Management
      spec: salla-shipping-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: shippingApi
  url: ../openapi/salla-shipping-api-openapi.yml
  type: openapi
- name: zonesApi
  url: ../openapi/salla-zones-api-openapi.yml
  type: openapi
workflows:
- workflowId: setup-shipping-zone
  summary: Register a shipping company and create a covered delivery zone.
  description: >-
    Creates a shipping company, creates a delivery zone for it, and reads the
    zone back to confirm its coverage.
  inputs:
    type: object
    required:
    - companyPayload
    - zonePayload
    properties:
      companyPayload:
        type: object
        description: The shipping company body (name, logo, settings) to register.
      zonePayload:
        type: object
        description: The shipping zone body (name, countries, cities, cost) to create.
  steps:
  - stepId: createCompany
    description: >-
      Register the shipping company that will own the new delivery zone.
    operationId: createShippingCompany
    requestBody:
      contentType: application/json
      payload: $inputs.companyPayload
    successCriteria:
    - condition: $statusCode == 201
  - stepId: createZone
    description: >-
      Create a delivery zone with its covered countries, cities, and cost.
    operationId: createShippingZone
    requestBody:
      contentType: application/json
      payload: $inputs.zonePayload
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      zoneId: $response.body#/id
  - stepId: getZone
    description: >-
      Read the new zone back to confirm its coverage persisted correctly.
    operationId: getShippingZone
    parameters:
    - name: zone_id
      in: path
      value: $steps.createZone.outputs.zoneId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      name: $response.body#/name
      countries: $response.body#/countries
      cost: $response.body#/cost
  outputs:
    zoneId: $steps.createZone.outputs.zoneId
    zoneCountries: $steps.getZone.outputs.countries

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/salla-shipping-zone-setup-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.