curl --request POST \
--url https://api.myscalev.com/v3/orders/{id}/send-product-digital \
--header 'Authorization: Bearer <token>'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}Requires the order:read machine scope. Send email containing links to download digital products to customer.
curl --request POST \
--url https://api.myscalev.com/v3/orders/{id}/send-product-digital \
--header 'Authorization: Bearer <token>'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}