Ruft eine angegebene Bestellung ab.
Erfolgreiche Bestellanfrage.
Bestellung nicht gefunden. Stellen Sie sicher, dass die project_id
und die order_id
korrekt sind.
{- "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"
}