SalesDesk Docs home pagelight logodark logo
pet
  • PUT
    Update an existing pet.
  • POST
    Add a new pet to the store.
  • GET
    Finds Pets by status.
  • GET
    Finds Pets by tags.
  • GET
    Find pet by ID.
  • POST
    Updates a pet in the store with form data.
  • DEL
    Deletes a pet.
  • POST
    Uploads an image.
store
  • GET
    Returns pet inventories by status.
  • POST
    Place an order for a pet.
  • GET
    Find purchase order by ID.
  • DEL
    Delete purchase order by identifier.
user
  • POST
    Create user.
  • POST
    Creates list of users with given input array.
  • GET
    Logs user into the system.
  • GET
    Logs out current logged in user session.
  • GET
    Get user by user name.
  • PUT
    Update user resource.
  • DEL
    Delete user resource.
SalesDesk Docs home pagelight logodark logo
  • My Account
  • Sign up
Guides
API Reference 10
Guides
API Reference 10
  • My Account
  • Sign up
  • store

    Returns pet inventories by status.

    Returns a map of status codes to quantities.

    GET
    /
    store
    /
    inventory
    Copy
    {}

    Authorizations

    ​
    api_key
    string
    header
    required

    Response

    200
    application/json

    successful operation

    The response is of type object.

    Uploads an image.Place an order for a pet.
    websitelinkedin
    Powered by Mintlify
    Copy
    {}
    Assistant
    Responses are generated using AI and may contain mistakes.