If I have to track a transaction made by a customer right from the invoice it generated to what were the different items that were bought by the customer, how can I do that?
Currently, according to documentation, the following results are provided by the inventory api:
{
"id": 104474,
"customer_id": 102714,
"source_location_id": 101381,
"station_id": 108505,
"parent_transaction_id": 101020,
"order_id": 104746,
"total": 47.33,
"created_by_user_id": 103096
}
What does this order_id point to?
Any information on this would be highly appreciated.
If I have to track a transaction made by a customer right from the invoice it generated to what were the different items that were bought by the customer, how can I do that? Currently, according to documentation, the following results are provided by the inventory api: { "id": 104474, "customer_id": 102714, "source_location_id": 101381, "station_id": 108505, "parent_transaction_id": 101020, "order_id": 104746, "total": 47.33, "created_by_user_id": 103096 }
What does this order_id point to?
Any information on this would be highly appreciated.