Như tiêu đề. mình có một số thắc mắc như sau.
Mình có thấy API payment cho Tini app nhưng mà ko thấy API add to cart để create order.
https://developers.tiki.vn/docs/api/payment/make-payment
my.makePayment({
orderId: '67328847745515542',
success: (res) => {
my.alert({ title: 'payment', content: res });
}
});
- Mình tạo order bằng API nào để có orderId?
- Tạo API order này thì sẽ cẩn mua sản phẩm thật từ Tiki ko?
Many Thanks,