gpt4 book ai didi

wordpress - WooCommerce REST API - 使用后/前参数获取订单

转载 作者:行者123 更新时间:2023-12-01 10:32:37 24 4
gpt4 key购买 nike

我正在使用 WooCommerce REST API ( http://woocommerce.github.io/woocommerce-rest-api-docs/#introduction ) 并且能够成功下载客户、订单等。我现在只想下载 2 个日期之间的订单列表 - 我可以在订单的文档中看到以下参数:

after   string  Limit response to resources published after a given ISO8601 compliant date.
before string Limit response to resources published before a given ISO8601 compliant date.

我已将请求的 URL 修改为:
https://mywebsite.com/wp-json/wc/v1/orders?after=2016-08-05&before=2016-08-06&page=1

但我收到此响应的 400 错误:
{
"code": "rest_invalid_param",
"data": {
"params": {
"after": "The date you provided is invalid.",
"before": "The date you provided is invalid."
},
"status": 400
},
"message": "Invalid parameter(s): after, before"
}

据我所知,这两个日期是符合 ISO8601 标准的有效日期。找不到此请求应该如何显示的示例,因此不确定从哪里开始。

最佳答案

事实证明,您还需要指定时间,例如

after=2016-11-20T13:57:31.2311892-04:00

关于wordpress - WooCommerce REST API - 使用后/前参数获取订单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40924065/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com