Get sources assigned to stock ordered by priority
Get Sources assigned to Stock ordered by priority If Stock with given id doesn't exist then return an empty array
Path parameters
stockIdstringRequiredExample:
(Required)
<integer>
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/inventory/get-sources-assigned-to-stock-ordered-by-priority/{stockId} HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
{
"source_code": "voluptate ut tempor velit",
"name": "Excepteur sed Lorem",
"email": "tempor mollit",
"contact_name": "tempor laborum",
"enabled": true,
"description": "tempor esse magna Duis in",
"latitude": -12846313.494607523,
"longitude": -61142566.91212301,
"country_id": "qui do",
"region_id": 95649606,
"region": "tempor",
"city": "non adipisicing",
"street": "in amet culpa elit",
"postcode": "mollit non sit consectetur",
"phone": "exercitation id officia",
"fax": "in in dolor",
"use_default_carrier_config": true,
"carrier_links": [
{
"carrier_code": "elit Ut magna labore",
"position": -22701832,
"extension_attributes": {}
},
{
"carrier_code": "reprehenderit velit tempor consectetur enim",
"position": 91025453,
"extension_attributes": {}
}
],
"extension_attributes": {
"is_pickup_location_active": false,
"frontend_name": "enim culpa cupidatat",
"frontend_description": "elit veniam dolor"
}
},
{
"source_code": "sint Lorem occaecat ad",
"name": "anim",
"email": "anim dolore occaecat",
"contact_name": "cupidatat dolore",
"enabled": true,
"description": "ex nisi pariatur deserunt",
"latitude": -31367429.377549216,
"longitude": 36941985.28943491,
"country_id": "consequat ut",
"region_id": -425011,
"region": "est dolor",
"city": "et",
"street": "sed Lorem",
"postcode": "ut voluptate nostrud",
"phone": "sunt elit ipsum consectetur incididunt",
"fax": "id laboris eu do",
"use_default_carrier_config": true,
"carrier_links": [
{
"carrier_code": "Ut ad labore ipsum",
"position": -73574338,
"extension_attributes": {}
},
{
"carrier_code": "dolor do sit et in",
"position": -41034498,
"extension_attributes": {}
}
],
"extension_attributes": {
"is_pickup_location_active": false,
"frontend_name": "irure deserunt labore",
"frontend_description": "Ut eiusmo"
}
}
]