Copy Page/v1/thirdparty/orders/sendpost https://example.com/v1/thirdparty/orders/sendCreates a new order.Query ParamsadministrationNamestringrequiredAdministration nameBody Paramsapplication/jsonapplication/xmlOrder objectModel for creating orders.customerCodestringrequiredlength ≥ 1Customer code attached to this order. Usage of this value is required when inserting a new order. This field is required.deliveryDatestring | nullRequested delivery date of the order in yyyy-MM-dd format.referencestring | nullInternal reference.yourReferencestring | nullThe reference for this order.notesstring | nullAdditional notes for this order.currencystring | nullCurrency used for this order. Can be ignored when only using only one currency.shippingCostsdoublerequiredShipping costs (VAT excluded). This field is required.consumerNamestring | nullName of the end user.consumerEmailstring | nullEmail of the end user.consumerPhoneNumberstring | nullPhone number of the end user.deliveryAddressobject | nullAlternate delivery address used for this order. Can be ignored if the default delivery address of this customer should be used.deliveryAddress object | nullinvoiceAddressobject | nullAlternate invoice address used for this order. Can be ignored if the default invoice address of this customer should be used.invoiceAddress object | nulllinesarray of objectsrequiredlength ≥ 1Order lines attached to this order. Should at least contain one order line. This field is required.lines* objectitemCodestringrequiredlength between 1 and 50The item code of the corresponding item.quantitydoublerequiredThe quantity for this item.discountdouble | nullThe discount percentage for this item.pricedouble | nullThe price for this item.instructionstring | nullInstruction for this order line.ADD objectexternalIdstringrequiredlength ≥ 1The ID as generated in the 3rd party system. This id will be used to prevent sending the same order multiple times This field is required.deliveryMethodstring | nullDelivery methode code for deliveryMethode used.metadatastringDynamic properties for the order can be placed here, these properties will have to be mapped in a template if you want to use them.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlcontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlResponses 201Created 400Bad Request 500Server ErrorUpdated over 1 year ago /v1/thirdparty/orders/v1/thirdparty/itemsDid this page help you?YesNo