【发布时间】:2020-04-28 01:40:03
【问题描述】:
我想从catalogs 中删除一个产品,但我找不到任何可以执行此操作的API 方法here is the documentation。
我知道如何获得所有产品:
https://api.sandbox.paypal.com/v1/catalogs/products?page_size=10&page=1&total_required=true
这会返回类似:
{
"products": [
{
"id": "PROD-8DN39312TB525331M",
"name": "Video Streaming Service",
"description": "Video streaming service",
"create_time": "2020-01-07T18:50:01Z",
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/catalogs/products/PROD-8DN39312TB525331M",
"rel": "self",
"method": "GET"
}
]
},
...
是否有删除产品的实际方法?
【问题讨论】:
标签: paypal paypal-sandbox paypal-rest-sdk paypal-subscriptions