Hi. I’ve figured out my problem.
If anyone is interested:
Administrator rights have nothing to do with it.
You just need to write the request correctly.)
For example, for transactions:
"transactions" => [
'limit' => 1,
"associations" => [
"paymentMethod" => [
'limit' => 1,
]
]
],
For example, for deliveries:
"deliveries" => [
'limit' => 1,
"associations" => [
"shippingMethod" => [
'limit' => 1,
]
]
],
All this must be specified in the request.
The logic of the system is that each object needs to be asked, let’s say, to make a request, for receive it.
If you have any additional questions, please contact me and I will try to help.