ORDERS API with Digital Fulfillment

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": { ???????? }
        }
      ]
    }
  }'

Hi @nyc2phx, currently the only fulfillment types that are available are PICKUP and SHIPMENT. Type DIGITAL isn’t currently available with our Orders API. :slightly_smiling_face: