Assets
| Method | Path | Purpose |
| POST | /assets | Import a remote URL as an asset. |
| POST | /assets/uploads | Begin a direct upload. |
| POST | /assets/uploads/{uploadId}/complete | Finalize a direct upload. |
| GET | /assets | List assets. |
| GET/PATCH/DELETE | /assets/{id} | Read, update, or delete an asset. |
Categories, mappings, packs, and tags
| Method | Path | Purpose |
| GET/POST | /categories | List or create flat categories. |
| GET/PATCH/DELETE | /categories/{id} | Read, rename, or delete a category. |
| GET/POST | /mappings | List or upsert Shopify product mappings. |
| GET/PUT/DELETE | /mappings/{id} | Read, replace, or delete a mapping. |
| GET/POST | /packs | List or create packs. |
| GET/DELETE | /packs/{id} | Read or delete a pack. |
| GET/POST | /license-key-tags | List or create license-key tags. |
Orders and access
| Method | Path | Purpose |
| GET | /orders/{shopify_order_id} | Read order download status. |
| GET/POST | /orders/{shopify_order_id}/assignments | List or create product-level assignments. |
| GET | /orders/{shopify_order_id}/assignments/{purchaseId}/download-urls | Mint download URLs. |
| POST | /orders/{shopify_order_id}/revoke | Disable access. |
| POST | /orders/{shopify_order_id}/restore | Restore access. |
| POST | /orders/{shopify_order_id}/grant-downloads | Grant extra downloads. |
| POST | /orders/{shopify_order_id}/resend | Resend the delivery email. |
The download-urls endpoint returns 422 withdrawal_consent_required when the shop has EU withdrawal-right consent enabled and the order has no consent record yet; download URLs are issued once the customer consents.
The download-urls and resend endpoints return 409 delivery_not_yet_released when the product has a download delivery delay configured and the buyer's files have not unlocked yet. The error.details.release_at value is the ISO 8601 instant they unlock, and the grant-downloads endpoint releases the order early.
Health and status
| Method | Path | Purpose |
| GET | /health | Check API availability. |
| GET | /ping | Check authentication. |
| GET | /jobs/{jobId} | Read async job status. |
Last updated 2026-06-05