Table of contents
<aside> 🗒️ New block customer_details in Get order list
</aside>
<aside> 🗒️ New parameters for dropshipping orders
For /api/customer-groups/export
:
For Get orders list:
Function/api/customer-groups/export
Query example
{
"token" : "1b360dca3d4e837b6091fdb07470eaf3"
}
Response example
{
"status": "OK",
"response": {
"customer_groups": [
{
"id": 1,
"title": "Unregistered visitors",
"visible_price_level": {
"id": 2,
"title": "Retail price"
},
"product_visibility": {
"id": 3,
"title": "Full access to products"
},
"show_residues_near_status": false,
"show_price_list": false,
"dropshipping": false,
"available_payment_methods": ["12", "13"],
"available_delivery_methods": ["3", "8"]
},
{
"id": 3,
"title": "Wholesale customers",
"visible_price_level": {
"id": 2,
"title": "Retail price"
},
"product_visibility": {
"id": 3,
"title": "Full access to products"
},
"show_residues_near_status": false,
"show_price_list": false,
"dropshipping": true,
"available_payment_methods": ["12", "13", "14", "15", "16"],
"available_delivery_methods": ["3", "8", "22"]
}
]
}
}
Added parameters to Users import: