I am trying to place orders with Digital fulfillment. When I run the code error states I’m missing digital_details. Where do I get these?
-d '{
"order": {
"fulfillments": [
{
"state": "COMPLETED",
"type": "DIGITAL",
"digital_details": { ???????? }
}
]
}
}'