3.1.1 Принятие заказа
curl --location 'https://api.halykmarket.com/api/merchant/v1/orders' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ваш токен' \
--data '{
"data": {
"type": "orders",
"id": "11111111",
"attributes": {
"countPlace": 1,
"posCode": "test00_pp48",
"code": "1111111111-1",
"status": "ACCEPTED_BY_MERCHANT"
}
}
}'
Последнее обновление