OData Helper

Generate Order and OrderProduct URLs in a separate page. Use Single mode for one order at a time or Bulk mode for multiple orders linked to their OrderProducts. Flat entity bulk extraction now lives on its own page.
Engine v11.3
Single Bulk

Step 1: Build Order URL

Open the URL in a new tab, copy the returned Order JSON, then paste it into Step 2.

Step 2: Paste Order JSON

Detected Order Id
Not detected
Detected Source Id
—
This reads the pasted JSON locally in your browser. It does not change the compare page.

Step 3: Build OrderProduct URL

Selected items use UsrSourceId. OrderProduct filters use Order/Id. Choose Selected fields for a lighter result or Full JSON to omit $select.
Status
Waiting for input
Next step
Build the Order URL first

Bulk Step 1: Build Order URL

This bulk Order URL intentionally returns the full OData Order JSON structure.

Bulk Step 2: Paste Order JSON

Detected Orders
0
Detected Source Ids
—
Paste a full OData collection response. The helper stores each full Order object locally in the browser.

Bulk detected Orders

Order Id Source Id CreatedOn
No Orders extracted yet.

Bulk Step 3: Build OrderProduct URL

This generates one bulk OrderProduct URL for all detected Orders. In selected mode, each line maps to its Order source id.

Bulk Step 4: Paste OrderProduct JSON and build linked output

Each entry keeps the full pasted Order JSON object and links it to the matching OrderProducts by OrderId.
Bulk status
Waiting for input
Bulk next step
Build the bulk Order URL first