Request:
{
"order": {
"location_id": "LRJTTXT2WPN8D",
"customer_id": "RFMY1VH7K3DGHV5B29HBD1BNCW",
"line_items": [
{
"name": "A Book from Lebanon",
"quantity": "1",
"base_price_money": {
"amount": 2500,
"currency": "USD"
}
},
{
"name": "Shipping",
"quantity": "1",
"base_price_money": {
"amount": 0,
"currency": "USD"
}
},
{
"name": "Credit Card Fee",
"quantity": "1",
"base_price_money": {
"amount": 113,
"currency": "USD"
}
}
],
"fulfillments": [
{
"type": "DELIVERY",
"state": "PROPOSED",
"delivery_details": {
"recipient": {
"customer_id": "RFMY1VH7K3DGHV5B29HBD1BNCW"
},
"schedule_type": "ASAP",
"prep_time_duration": "2023-07-17T18:15:19Z"
}
}
],
"metadata": {
"addressType": "Residential",
"shippingCostInBtc": "0.0006599",
"subtotalInBtc": "0.00082529"
}
},
"idempotency_key": "1361e30f-fc7b-4cb5-b8e8-f9252b4785d6"
}
error:
{
"errors": [
{
"code": "INVALID_TIME",
"detail": "The provided duration `2023-07-17T18:15:19Z` does not conform to RFC3339.",
"field": "order.fulfillments[0].delivery_details.prep_time_duration",
"category": "INVALID_REQUEST_ERROR"
}
]
}
What is invalid about the RFC3339 I sent in the request? I believe there is an error in your RFC3339 validation.