0

BigCommerceを使用して注文の新しい出荷を作成しようとしていますBigCommerce API

私はこのようにすべてのパラメータを渡しています:

{
  "order_address_id":8,
  "tracking_number":"",
  "order_date":"Thu, 28 Mar 2013 11:17:22 +0000"," <—I have problem here
  items":
         [
           {"order_product_id":44,"quantity":8},
           {"order_product_id":39,"quantity":0}, 
           {"order_product_id":39,"quantity":0}                              
         ],
  "comments":""
}  

私が応答として得ているのは次のようなものです:

[{"status":400,"message":"The field 'order_date' is not supported by this resource."}]

order_date「 」パラメータの値を渡す正しい方法を誰か教えてもらえますか?

4

1 に答える 1