Skip to content
hantera
_
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
On this page
← Back to Index
Are you an LLM? You can read better optimized documentation at /resources/actors/order/commands/generate-order-number-by-prefix.md for this page in Markdown format
Command: order.generateOrderNumberByPrefix
Generates an order number for an order based on the given prefix
Body
prefix
string
Examples
Create order with custom order number
HTTP
curl
PowerShell
```json [{ "type": "create", "body": { "commands": [{ "type": "generateOrderNumberByPrefix", "prefix": "B2C" } ] } }] ```