patch https://api.movintracks.io/v:version/actions-show-product/
Partially updates an action of type show product info
action_type can be either "static_page" or "ean_code"
Responses
Partially updates an action of type show product info
action_type can be either "static_page" or "ean_code"
xxxxxxxxxx
curl --request PATCH \
--url https://api.movintracks.io/v:version/actions-show-product/id \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"order":0}'