Skip to main content
GET
/
my-account
/
orders
/
{id}
/
downloads
Error
A valid request URL is required to generate request examples
[
  {
    "product_name": "Premium E-Book",
    "download_name": "premium-ebook.pdf",
    "file": "https://example.com/wp-content/uploads/woocommerce_uploads/premium-ebook.pdf",
    "downloads_remaining": "5",
    "download_expires": "January 30, 2025"
  },
  {
    "product_name": "Video Course",
    "download_name": "course-video-1.mp4",
    "file": "https://example.com/wp-content/uploads/woocommerce_uploads/course-video-1.mp4",
    "downloads_remaining": "Unlimited",
    "download_expires": "Never"
  }
]
This endpoint is currently shown as a preview of what’s currently in development and is subject to change.

Authorizations

Authorization
string
header
required

WordPress username and password

Path Parameters

id
integer
required

Unique identifier for the order

Query Parameters

email
string<email>

The orders billing email address

Response

Order downloads retrieved successfully

product_name
string

Product name

download_name
string

Download name

file
string<uri>

Download URL

downloads_remaining
string

Downloads remaining

download_expires
string

Download expiration date