order.line.epin.fulfill

Allocate newly-added pool codes to a paid order line that was left short (sweep-driven).

Payload

fieldtyperequirednotes
orderLineIdstring (/^oln_[a-zA-Z0-9]{1,32}$/)yes

JSON Schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "orderLineId": {
      "type": "string",
      "pattern": "^oln_[a-zA-Z0-9]{1,32}$"
    }
  },
  "required": [
    "orderLineId"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time โ€” reference pages cannot go stale. Markdown variant: /reference/commands/order.line.epin.fulfill.md