mozaik.flat-shipping — Sabit kargo ücreti

Tek sabit kargo ücreti; istersen belirli tutar üzeri ücretsiz kargo.

Secrets

None.

Provider-driven inbound

Webhooks and jobs are the platform's to ingest and schedule — never callable by agents.

None.

Config schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "feeKurus": {
      "type": "integer",
      "minimum": 0,
      "maximum": 100000
    },
    "freeAboveKurus": {
      "type": "integer",
      "minimum": 0,
      "maximum": 1000000000
    }
  },
  "required": [
    "feeKurus"
  ],
  "additionalProperties": false
}

For agents

Flat shipping fee for checkout, optionally free above a threshold. Pure config — the rate is served by a platform hook; there are no callable ops.

Setup

  1. Installextension.install with {"extensionId": "mozaik.flat-shipping"} and the consent block. Seeded on every fresh store (unlisted floor); install applies only if it was removed.
  2. Configureextension.configure setting /feeKurus. Fee in kuruş; /freeAboveKurus optionally waives it above a basket total.
  3. Enableextension.enable.

Operations

No callable operations — this extension is pure configuration; its behaviour is provider-driven or runs at checkout.

Lifecycle

extension.installextension.configureextension.enableextension.disableextension.uninstall

Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /catalog/mozaik.flat-shipping.md