File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class OrderLink
3131 /**
3232 * @var \RetailCrm\Api\Model\Entity\Orders\LinkedOrder
3333 *
34- * @JMS\Type("array< RetailCrm\Api\Model\Entity\Delivery\SerializedEntityOrder> ")
34+ * @JMS\Type("RetailCrm\Api\Model\Entity\Orders\LinkedOrder ")
3535 * @JMS\SerializedName("order")
3636 */
3737 public $ order ;
Original file line number Diff line number Diff line change @@ -8487,6 +8487,17 @@ public function testGet(): void
84878487 "paidAt": "2020-12-29 17:35:12"
84888488 }
84898489 },
8490+ "links": [
8491+ {
8492+ "comment": "Related order",
8493+ "order": {
8494+ "id": 8170,
8495+ "number": "8123522898559161",
8496+ "externalId": "8123522898559161"
8497+ },
8498+ "createdAt": "2026-01-11 18:24:52"
8499+ }
8500+ ],
84908501 "fromApi": true,
84918502 "shipmentStore": "main12",
84928503 "shipped": false,
You can’t perform that action at this time.
0 commit comments