Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getProductCount have no parameters. #60

Open
lyongdee opened this issue May 25, 2017 · 1 comment
Open

getProductCount have no parameters. #60

lyongdee opened this issue May 25, 2017 · 1 comment

Comments

@lyongdee
Copy link

getProductCount have no parameters.

@lyongdee
Copy link
Author

    "getProductCount" => array(
        "httpMethod" => "GET",
        "uri" => "/admin/products/count.json",
        "summary" => "Retrieve a count of all Products",
        "responseModel" => "defaultJsonResponse",
        "parameters" => array(
            "created_at_min" => array(
                "type" => "string",
                "location" => "query",
                "description" => "Show products created after date (format: 2008-12-31 03:00)"
            ),
            "updated_at_min" => array(
                "type" => "string",
                "location" => "query",
                "description" => "Show products created after date (format: 2008-12-31 03:00)"
            )
        )
    ),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant