Shopware Admin API usage (for the Ratepay SW6 module v7.x and above)

Download OpenAPI specification:Download

This endpoint reference contains an overview of all Ratepay relevant endpoints for the Shopware Admin API.

Get the current state of Ratepay processed order-items

SecurityoAuth
Request
path Parameters
orderId
required
string^[0-9a-f]{32}$

Identifier of the order

Example: a06c753d068c487991d6a833b4133560
Responses
200

Information about the line-items which got processed by Ratepay

404

If order is not found

get/_action/order/{orderId}/ratepay/info
Request samples
Response samples
application/json
{
  • "success": true,
  • "data": [
    ]
}