Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Shopify注文APIを使用すると、日付ベースのクエリパラメーターを指定できます(例created_at_min)。それらの日付にはどのタイムゾーンが予想されるのでしょうか。
created_at_min
タイムゾーンを指定しない場合、ShopifyはUTCを想定します。生活を楽にするために、リクエストでタイムゾーンを指定できます。2008-01-10T11:00:00-05:00
2008-01-10T11:00:00-05:00
注意:タイムスタンプを渡す前に、必ずURLエンコードしてください。そうしないと、一部の文字(+特に)で問題が発生します。
+