ReDoc documentation
Find StockSourceLink list by given SearchCriteria
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "extension_attributes": {
- "source_name": "string"
}, - "priority": 0,
- "source_code": "string",
- "stock_id": 0
}
], - "search_criteria": {
- "current_page": 0,
- "filter_groups": [
- {
- "filters": [
- {
- "condition_type": "string",
- "field": "string",
- "value": "string"
}
]
}
], - "page_size": 0,
- "sort_orders": [
- {
- "direction": "string",
- "field": "string"
}
]
}, - "total_count": 0
}Save StockSourceLink list data
required | Array of objects (inventory-api-data-stock-source-link-interface) |
400 Bad Request
401 Unauthorized
Unexpected error
{- "links": [
- {
- "extension_attributes": {
- "source_name": "string"
}, - "priority": 0,
- "source_code": "string",
- "stock_id": 0
}
]
}{- "code": 0,
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
]
}
], - "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
], - "trace": "string"
}