ReDoc documentation
Get Sources assigned to Stock ordered by priority If Stock with given id doesn't exist then return an empty array
200 Success.
400 Bad Request
401 Unauthorized
Internal Server error
Unexpected error
[- {
- "source_code": "string",
- "name": "string",
- "email": "string",
- "contact_name": "string",
- "enabled": true,
- "description": "string",
- "latitude": 0,
- "longitude": 0,
- "country_id": "string",
- "region_id": 0,
- "region": "string",
- "city": "string",
- "street": "string",
- "postcode": "string",
- "phone": "string",
- "fax": "string",
- "use_default_carrier_config": true,
- "carrier_links": [
- {
- "carrier_code": "string",
- "position": 0,
- "extension_attributes": { }
}
], - "extension_attributes": {
- "is_pickup_location_active": true,
- "frontend_name": "string",
- "frontend_description": "string"
}
}
]