Version: 202201
Procurement Order Product List
GET/openapi/2022-01/center/procurements/:procurement_id/items
Request
Path Parameters
procurement_id stringrequired
Procurement order id.
Query Parameters
limit string
Limit per page
page string
Page number
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
countinteger
Default value:
0Example:
1items object[]
procurement_item_idinteger
Default value:
0Example:
385700142268825400transfer_quantityinteger
Default value:
0Example:
10pending_quantityinteger
Default value:
0Example:
0received_quantityinteger
Default value:
0Example:
10rejected_quantityinteger
Default value:
0Example:
0variant_idstring
Example:
1c5b9912-42af-41cb-bf7d-df609be87d20product_idstring
Example:
ac0b5372-4396-4415-979a-64e835abfd5bproduct_image object
srcstring
Example:
//cdn.shoplazza.com/e1d7b475be103047d49d63c521ed0305.jpegaltstring
Example:
widthinteger
Default value:
0Example:
780heightinteger
Default value:
0Example:
780pathstring
Example:
e1d7b475be103047d49d63c521ed0305.jpegproduct_titlestring
Example:
0415variant_titlestring
Example:
created_atstring
Example:
2024-05-30T07:54:40Zupdated_atstring
Example:
2024-05-30T07:55:03Zvariant_deleteinteger
Default value:
0Example:
0purchase_priceinteger
Default value:
0Example:
0variant_skustring
Example:
--A001125lot_numberstring
Example:
20240530expiration_datestring
Example:
2026-05-29T17:00:00Zshipped_quantityinteger
Default value:
0Example:
0shipped_received_quantityinteger
Default value:
0Example:
0{
"count": 1,
"items": [
{
"procurement_item_id": 385700142268825400,
"transfer_quantity": 10,
"pending_quantity": 0,
"received_quantity": 10,
"rejected_quantity": 0,
"variant_id": "1c5b9912-42af-41cb-bf7d-df609be87d20",
"product_id": "ac0b5372-4396-4415-979a-64e835abfd5b",
"product_image": {
"src": "//cdn.shoplazza.com/e1d7b475be103047d49d63c521ed0305.jpeg",
"alt": "",
"width": 780,
"height": 780,
"path": "e1d7b475be103047d49d63c521ed0305.jpeg"
},
"product_title": "0415",
"variant_title": "",
"created_at": "2024-05-30T07:54:40Z",
"updated_at": "2024-05-30T07:55:03Z",
"variant_delete": 0,
"purchase_price": 0,
"variant_sku": "--A001125",
"lot_number": "20240530",
"expiration_date": "2026-05-29T17:00:00Z",
"shipped_quantity": 0,
"shipped_received_quantity": 0
}
]
}
{
"count": 1,
"items": [
{
"procurement_item_id": 385700142268825427,
"transfer_quantity": 10,
"pending_quantity": 0,
"received_quantity": 10,
"rejected_quantity": 0,
"variant_id": "1c5b9912-42af-41cb-bf7d-df609be87d20",
"product_id": "ac0b5372-4396-4415-979a-64e835abfd5b",
"product_image": {
"src": "//cdn.shoplazza.com/e1d7b475be103047d49d63c521ed0305.jpeg",
"alt": "",
"width": 780,
"height": 780,
"path": "e1d7b475be103047d49d63c521ed0305.jpeg"
},
"product_title": "0415",
"variant_title": "",
"created_at": "2024-05-30T07:54:40Z",
"updated_at": "2024-05-30T07:55:03Z",
"variant_delete": 0,
"purchase_price": 0,
"variant_sku": "--A001125",
"lot_number": "20240530",
"expiration_date": "2026-05-29T17:00:00Z",
"shipped_quantity": 0,
"shipped_received_quantity": 0
}
]
}