DownloadConsignments
Returns consignments and their corresponding downloads.
Table Specific Information
Select
The 本製品 uses the BigCommerce API to process WHERE clause conditions built with OrderId, which supports the '=' comparison.
For example, the following queries are processed server-side:
SELECT * FROM DownloadConsignments WHERE OrderId = 123
Columns
Name | Type | References | Description |
OrderId | Integer |
Orders.Id | Identifier for the BigCommerce Order with which this transaction is associated. |
RecipientEmail | String | The recipient email of the digital consignment. | |
DownloadLineItemResources | String | URL where you can use a GET request to get the downloads line items for the order consignment. | |
DownloadLineItemUrl | String | Path where you can use a GET request to get the downloads line items for the order consignment. |