zf-fr/zfr-shopify

'UpdateOrder' function definition missing from Shopify-v1.php

Closed this issue · 1 comments

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',
          ],
        ],

I've checked again and this is implemented now, I'm closing this issue :).