shop.product.images.sort

Updates sort order of product images.

Parameters

  • photo_ids POST

    Zero-based array of image IDs of a product, in the order, in which they must be re-ordered.

  • access_token GET

    API auth token obtained during the API authorization.

  • format GET Optional

    Sets response format. Available options: json (default), xml.

Error codes

  • invalid_request

    Invalid formed request. Additional information about the error is available in error_description parameter.

  • access_denied

    Access to the specified API method for the current token is denied.

  • invalid_method

    Unknown API method.