Easily manage and synchronize product data across platforms, optimize inventory and pricing workflows, and deliver a seamless experience to your customers.

What We Offer

All the features mentioned below, and more, can be accessed directly using the Swipe Portal.

  1. Add Product : Add new product entries to build and expand your product catalog.

    Steps to add an item:

    1. Checkout the add item endpoint in the API playground and use your API key to test the endpoint.
    2. If your API key is valid, this api endpoint returns a 200 response with item details in a specified JSON format.

    You can also add items manually on Swipe Portal

    Add Item

    Try Adding an item

  2. Get Product : Access specific product information quickly for operational needs or customer queries.

    Steps to get an item:

    1. Checkout the get item details endpoint in the API playground. For item_id, add the item_id used while adding an item.
    2. If your API key is valid, this API endpoint returns a 200 response with item details in a specified JSON format.

    Get Item

    Try fetching item details

  3. Update Product : Modify existing product information to ensure accuracy and relevance, including name, description, pricing, and availability.

    Steps to update an item:

    1. Checkout the update item endpoint in the API playground and use your API key to test the endpoint.
    2. If your API key is valid, this api endpoint returns a 200 response with required details in a specified JSON format.

    Update Item

    Try Updating an item

  4. Delete Product : Remove outdated or inactive products to maintain a streamlined and updated catalog.

    Steps to delete an item:

    1. Checkout the delete item endpoint in the API playground. For item_id, use the item_id that was used while adding an item.
    2. If your API key is valid, this API endpoint returns a 200 response with document details in a specified JSON format.

    Delete Item

    Try Deleting an Item

  5. Products List : Retrieve a complete list of all products in your catalog, enabling efficient management and analysis.

    Steps to get list of items:

    1. Checkout the get items list endpoint in the API playground.
    2. If your API key is valid, this API endpoint returns a 200 response with items list details in a specified JSON format.

    List of Items

    Fetch List of all items

  6. Update Product Mapping : Seamlessly update product ID mappings to ensure consistency and alignment across systems, avoiding duplicate records and streamlining integrations.

    Steps to update item IDs:

    1. Checkout the update item mapping endpoint in the API playground.
    2. If your API key is valid, this API endpoint returns a 200 response with data in a specified JSON format.

    Update Item Mappings

    Try updating item mappings