Download OpenAPI specification:Download
This endpoint reference contains an overview of all Ratepay relevant endpoints for the Shopware Admin API.
Information about the line-items which got processed by Ratepay
If order is not found
{- "success": true,
- "data": [
- {
- "id": "a06c753d068c487991d6a833b4133560",
- "name": "Yellow shirt",
- "ordered": 5,
- "unitPrice": 8.99,
- "totalPrice": 39.95,
- "position": {
- "id": "string",
- "canceled": 0,
- "returned": 0,
- "delivered": 0,
- "maxDelivery": 0,
- "maxCancel": 0,
- "maxReturn": 0
}
}
]
}