检索指定的订单。
订单请求成功。
未找到订单。请确保project_id
和order_id
正确无误。
{- "content": {
- "is_free": false,
- "items": [
- {
- "is_free": false,
- "price": {
- "amount": "30",
- "amount_without_discount": "30",
- "currency": "USD"
}, - "quantity": 1,
- "sku": "some_sku"
}
], - "price": {
- "amount": "30",
- "amount_without_discount": "30",
- "currency": "USD"
}
}, - "order_id": 1,
- "status": "paid"
}