本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
store-settings.read
- Settings Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://echo.apifox.com/anything/settings?entity=orders'
{
"status": 200,
"success": true,
"data": [
{
"slug": "orders.receive_orders",
"type": "form",
"value": null
},
{
"slug": "orders.receiving_times",
"type": "form",
"value": null
},
{
"slug": "orders.order_notes",
"type": "form",
"value": null
},
{
"slug": "orders.cancel_order",
"type": "form",
"value": null
},
{
"slug": "orders.auto_complete",
"type": "form",
"value": null
},
{
"slug": "orders.auto_return_stock",
"type": "form",
"value": null
},
{
"slug": "orders.disable_bank_transfer_payment_period",
"type": "boolean",
"value": false
},
{
"slug": "orders.shipping_indicator",
"type": "boolean",
"value": true
},
{
"slug": "orders.price_quote",
"type": "boolean",
"value": false
},
{
"slug": "orders.reorder",
"type": "boolean",
"value": true
},
{
"slug": "orders.agreement",
"type": "form",
"value": null
},
{
"slug": "orders.complete_customization",
"type": "form",
"value": null
},
{
"slug": "orders.invoices_customization",
"type": "form",
"value": null
},
{
"slug": "orders.shipping_policy_deduction",
"type": "form",
"value": null
},
{
"slug": "orders.minimum_amount",
"type": "string",
"value": "123.23"
},
{
"slug": "orders.attache_note_notify_status",
"type": "boolean",
"value": true
},
{
"slug": "orders.status_notifications",
"type": "dropdown",
"value": [
"email"
]
},
{
"slug": "orders.digital_products_notify",
"type": "dropdown",
"value": [
"email",
"sms"
]
}
]
}
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升