ReDoc documentation
Get list of quote templates
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- { }
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}
Edit a quote template.
required | object (negotiable-quote-template-data-template-interface) Interface TemplateInterface |
401 Unauthorized
Unexpected error
{- "template": {
- "template_id": 0,
- "parent_quote_id": 0,
- "template_name": "string",
- "status": "string",
- "expiration_date": "string",
- "creator_id": 0,
- "creator_type": 0,
- "min_orders": 0,
- "max_orders": 0,
- "is_min_max_qty_used": true,
- "activated_at": "string",
- "last_shared_at": "string",
- "inactivated_at": "string",
- "created_at": "string",
- "updated_at": "string",
- "extension_attributes": { }
}
}
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}