Third Party Send Order

Third Party Send Order to Store

POST https://integrations.mipos.shop/third_party/v1/mely/order

This endpoint allows you to send orders to store

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

Bearer {access_token}

Request Body

Name
Type
Description

delivery

object

Contains the delivery information

store

object

store object. contain store ID

id

string

Id order on the third party platform

created_at

string

Order creation date on the third party platform

total

number

Cost of the entire order (including 2 decimal places)

order_number

string

Number order on the third party platform

instructions

string

Instructions of the order

discount_value

number

Order discount value

total_with_discount

number

Cost with discount of the entire order (including 2 decimal places)

delivery_method

string

Third party delivery method. Example: delivery pickup

payment_method

string

Payment method. Example: cc = credit card cash

items

array

All the items contained within the order

client

object

Billing object

param

type

description

id

string (required)

Store id in the third party platform

menu_identifier

string (required)

Menu identifier from store

Json request example

Last updated

Was this helpful?