Ecommerce
Immaya Sports Wholesale logo

Immaya Sports Wholesale API

b2b-immayasports.com

Immaya Sports Wholesale — B2B sports gear ordering: browse the catalog, check wholesale prices and live stock, search by SKU or EAN, and build carts.

Actions
8
Category
Ecommerce
Login
Some actions
Output
JSON

Call the Immaya Sports Wholesale API

Submit a task, then poll the job until it settles. This example runs ims_categories.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "ims_categories",
    "params": {}
  }'

8 actions on b2b-immayasports.com

Read

  • Immaya Sports Get Cart

    ims_get_cartreadlogin required1 credit / call

    Read the current shopping cart — each line's SKU, title, quantity and price, plus the cart total.

    cart_cookie
    string
  • Immaya Sports List Collections

    ims_categoriesread1 credit / call

    List the shop's collections (catalog sections) with product counts — valid 'collection' values for the other ims_ actions.

  • Immaya Sports List Products

    ims_list_productsread1 credit / call

    Full catalog dump — every product and variant with SKU, barcode, wholesale price and live stock quantity.

    collection
    string
    only_stock_items
    boolean
    max_pages
    integer
    include_raw
    boolean
  • Immaya Sports Product Details

    ims_product_detailsread1 credit / call

    One product by handle/SKU/barcode/variant id — variants with price, live stock, B2B quantity rules (min/max/increment) and volume price breaks.

    handle
    string
    sku
    string
    barcode
    string
    variant_id
    string
    product_id
    string
    include_raw
    boolean
  • Immaya Sports Search Products

    ims_search_productsread1 credit / call

    Find product variants by SKU, barcode/EAN, product handle or free text — returns matching variants with price and live stock. Exact identifier matches come first.

    search_text
    string · required
    collection
    string
    only_stock_items
    boolean
    limit
    integer

Write

Write actions change state on b2b-immayasports.com and run as the account you connect.

  • Immaya Sports Add To Cart

    ims_add_to_cartwritelogin required1 credit / call

    Add one product to the cart (or change an existing line) by SKU, barcode, variant id, handle or free text, and verify it landed. Never places an order.

    sku
    string
    barcode
    string
    variant_id
    string
    handle
    string
    search_text
    string
    quantity
    integer
    line_key
    string
    cart_cookie
    string
  • Immaya Sports Batch Add Items To Cart

    ims_add_items_to_cartwritelogin required1 credit / call

    Add a whole order to the cart in one call — items matched by SKU, barcode/EAN or product name; an unavailable line never blocks the rest, and every line is verified in the final cart. Never places an order.

    items
    array · required
    default_quantity
    integer
    clear_first
    boolean
    stop_on_error
    boolean
    cart_cookie
    string
  • Immaya Sports Clear Cart

    ims_clear_cartwritelogin required1 credit / call

    Empty the shopping cart (cleanup — never places an order).

    cart_cookie
    string

Immaya Sports Wholesale API questions

Is there an API for Immaya Sports Wholesale?
Immaya Sports Wholesale does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for b2b-immayasports.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Immaya Sports Wholesale data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when b2b-immayasports.com changes its markup, Anakin updates the action.
Do I need a Immaya Sports Wholesale account?
Some Immaya Sports Wholesale actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Immaya Sports Wholesale API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ecommerce APIs

All Ecommerce sites