Hi, we are creating an order with his JSON: { "date": "2023-04-27T12:04:00.0000Z", "type": "WO", "description": "Web order nr. web-10018", "shipping": { "shipSeparately": true }, "paymentSettings": { "paymentRef": "11789-web-10018" }, "customer": { "id": "11789", "order": "web-10018", "refNo": "Test test" }, "address": { "postalCode": "2345", "city": "\u00c5DALSBRUK", "countryId": "NO" }, "billing": { "address": { "postalCode": "2345", "city": "\u00c5DALSBRUK", "countryId": "NO" } }, "orderLines": [ { "inventoryId": "200141", "quantity": 1.0, "description": "Test sales product", "unitPrice": 690.0, "hasManualDiscount": false }, { "inventoryId": "Frakt", "unitPrice": 295.0, "quantity": 1 } ] } I get 201 and the order is created. But. We cannot find the paymentRef anywhere on the order in UI. What are we missing?
... View more