Create order

Registers an order with or without customer associated.
It has the same functionality as the method with the same name in the Checkout API.
Either way this is recommended when there is no integration with Checkout API, or when doing batch uploads, for historic uploads, or in any case that doesn't require an inmediate interaction.

You can register operations in the Wapping Platform in order to:

  • Gather all data for reports and business intelligence.
  • To allow customers to vinculate this operation in the future to their wallts and get the corresponding benefits when they finally register.

Recipes
Order Request
Open Recipe
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Object with the order information

Object with the information of a order

int64

Unique identifier for the object. Used when you retrieve the information about a order

string
required
length between 1 and 50

Shop code

int32

Sale Channel

int32
required

Number of POS at store.

cashier
object

Information about cashier in physical store.

date-time
required

Date assigned to the order

date-time

Utc date assigned to the order (optional)

string
length between 0 and 50

Number of invoice associated to the order whitin business.

date-time

Invoice date if exists

string
length between 1 and 50

Identifier for the order whitin business.

string

Qr code that identify this order.

string

Barcode that identify this order.

int32

Number of operation associated to the order whitin business.

double

Total amount of the order

double

Shipping Cost

double

Total amount of the order without taxes

lines
array of objects

List of ítems/services in the order to sale o refund

lines
payments
array of objects

Payment methods used in the order.

payments
receipt
object

Digitalized receipt associated to a order

int64

Checkout session Id associated to this order

int32

Customer Id associated to this order

string
length between 1 and 50

Customer code associated to this order whitin business

boolean

Define whether the total benefits are evaluated for this order or not.

int32

Defines whether the order is a sale, return, etc.

int32

Identifier of the sale channel

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json