shopify-fastplus-middleware
  1. Sample APIs
shopify-fastplus-middleware
  • Start your Apidog journey
  • Sample APIs
    • Untitled Endpoint
      POST
    • Find pet by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Deletes a pet
      DELETE
    • Finds Pets by status
      GET
  • mistica
    • Shopify
      • shopify/locations
      • test-webhook
      • /shopify/products/[id]
      • /shopify/products
      • /shopify/products
      • /shopify/products/{product_id}
      • /shopify/products
      • /shopify/products/{product_id}/variants
      • /shopify/products/{product_id}/variants
      • /shopify/{product_id}/variant/{variant_id}
      • /shopify/products/{product_id}/variants/{variant_id}
      • /shopify/inventory/{inventory_id}/{location_id}
      • /shopify/inventory/set
      • /shopify/inventory/bulk-update
      • /shopify/orders/{order_id}
      • /shopify/orders
      • /shopify/orders/{order_id}/fulfill
      • /shopify/orders/{order_id}/refund
      • /shopify/customers
      • /shopify/customers
      • /customers/{customer_id}
      • /shopify/customers/{customer_id}
      • /shopify/customers/{customer_id}
      • /shopify/collections
      • orders/diagnostics
      • /shopify/collections
      • /shopify/collections/{collection_id}
      • /shopify/webhook/register
      • Untitled Endpoint
      • /shopify/orders
      • orders/send-to-fastplus
      • /shopify/orders
    • Middleware
      • /middleware/sync/products
    • FastPlus
      • /fastplus/products
      • /fastplus/orders
      • /fastplus/products/id
  • ms-products
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Sample APIs

Finds Pets by status

GET
/pet/findByStatus

Request

Query Params

Responses

🟢200OK
application/json
Body

🟠400Invalid status value
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://shopify-mistica.onrender.com/pet/findByStatus?status'
Response Response Example
200 - Success example
{
    "code": 0,
    "data": [
        {
            "name": "Hello Kitty",
            "photoUrls": [
                "http://dummyimage.com/400x400"
            ],
            "id": 3,
            "category": {
                "id": 71,
                "name": "Cat"
            },
            "tags": [
                {
                    "id": 22,
                    "name": "Cat"
                }
            ],
            "status": "sold"
        },
        {
            "name": "White Dog",
            "photoUrls": [
                "http://dummyimage.com/400x400"
            ],
            "id": 3,
            "category": {
                "id": 71,
                "name": "Dog"
            },
            "tags": [
                {
                    "id": 22,
                    "name": "Dog"
                }
            ],
            "status": "sold"
        }
    ]
}
Modified at 2025-06-05 09:29:11
Previous
Deletes a pet
Next
shopify/locations
Built with