Frequently asked questions
Here are the Order Management API FAQs. See the Order Management API guide for all the details.
For general information and questions, please check in the Knowledge base.
Can I combine different category
types?
No, a payment can only have one category
.
When you do a
PUT:/order-management/v2/{paymentType}/categories/{orderId}
it will replace an existing category
.
Can I update orderLines
for a payment?
No, not yet. It is only possible to do
POST:/order-management/v2/{paymentType}/receipts/{orderId}
once.
This is a known limitation, and we will update here if this changes.