'UpdateOrder' function definition missing from Shopify-v1.php
Closed this issue · 1 comments
tseven commented
Here is the missing definition:
'UpdateOrder' => [
'httpMethod' => 'PUT',
'uri' => 'admin/orders/{id}.json',
'responseModel' => 'GenericModel',
'summary' => 'Update an existing order',
'data' => ['root_key' => 'order'],
'parameters' => [
'id' => [
'description' => 'Order ID',
'location' => 'uri',
'type' => 'integer',
'required' => TRUE
],
],
'additionalParameters' => [
'location' => 'json',
],
],
bakura10 commented
I've checked again and this is implemented now, I'm closing this issue :).