Skip to content
← Back to Index

Command: order.generateOrderNumberByPrefix

Generates an order number for an order based on the given prefix

Body
prefixstring

Examples

Create order with custom order number
```json [{ "type": "create", "body": { "commands": [{ "type": "generateOrderNumberByPrefix", "prefix": "B2C" } ] } }] ```

© 2024 Hantera AB. All rights reserved.