post https://api.sitevibes.com/v1/order-data/batch
Send information about orders
Log in to see full request history
Responses
Send information about orders
xxxxxxxxxx
curl --request POST \
--url https://api.sitevibes.com/v1/order-data/batch \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"remove_not_matching_products": false
}
'
xxxxxxxxxx
35}
{
"message": "Success",
"status": true,
"data": [
{
"order_id": 1001,
"email": "john.smith@example.com",
"first_name": "John",
"last_name": "Smith",
"total_price": 19.99,
"payment_methods": [
"credit_card",
"gift_card"
],
"date": "2022-06-30",
"canceled": false,
"review_request_url": "https://landing-site.com/request/?token=sv-d9fc9b43-482d-4bdb-1d34-b6584eaa4789",
"items": [
{
"product_id": 1002,
"product_variant_id": "1002-XL",
"quantity": 1,
"unit_price": 19.99,
"unit_price_after_discount": 15.99
}
]
}
],
"existing": [