Skip to main content

Get Raw Order Data

GET 

/api/magento1/orders/:order/raw

Fetches the full order payload live from the Magento 1 store (the deep salesOrderInfo SOAP response) for the 'View Raw Data' panel. Magento 1 order mirrors carry no stored raw blob, so this reads on demand from the store. Returns 422 if the store call fails.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Request

Responses

OK