- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.5k
Closed
Labels
actionsappNew app / integration requestNew app / integration requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employeeuser request
Description
App
Shopware
https://developers.shopware.com/developers-guide/rest-api/
Actions
- GET /api/orders → List all orders
- GET /api/orders/{id}?useNumberAsId=true → Retrieve order by ID or number
- PUT /api/orders/{id} → Update order fields: paymentStatusId, orderStatusId, trackingCode, comment, transactionId, clearedDate
- POST /api/orders → Create a new order (manual calculations required, referenced entities only)
- GET /api/paymentMethods
- GET /api/dispatches → (Delivery methods/shipping) — though not explicitly referenced, dispatchId maps to delivery methods
Metadata
Metadata
Assignees
Labels
actionsappNew app / integration requestNew app / integration requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employeeuser request
Type
Projects
Status
Done