Import Sales Order

SOAP method for importing webshop sales orders into the BC container.

Purpose

This method imports sales order payload from the webshop into BC import tables.

Method

  • Operation: OrderImport
  • Service: Codeunit BEConnect as SOAP web service

Required Parameter

  • webshopChannel_P

Payload Core

  • webshopOrderImport_PX with header, addresses, payment data, and orderlines

Processing Logic

  • SOAP import performs primarily syntactic validation.
  • Semantic validation and document creation run in a background process.