ReDoc documentation
Find StockSourceLink list by given SearchCriteria
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "stock_id": 0,
- "source_code": "string",
- "priority": 0,
- "extension_attributes": {
- "source_name": "string"
}
}
], - "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
}
Save StockSourceLink list data
required | Array of objects (inventory-api-data-stock-source-link-interface) |
400 Bad Request
401 Unauthorized
Unexpected error
{- "links": [
- {
- "stock_id": 0,
- "source_code": "string",
- "priority": 0,
- "extension_attributes": {
- "source_name": "string"
}
}
]
}
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}