Developer Guides
  • Introduction
    • Welcome
  • Core
    • Overview
    • Frontend
      • Implementation & Testing
      • Using the API endpoints
      • Gift cards
        • Gift Card validation API (Optional)
      • Check stock
      • Sibling products
      • Rewards program
      • Customer signatures
      • Retail transactions
      • Shopify Local Pick-up
  • API
    • Overview
    • Quick Start
    • Accounts
    • Changelog
    • Reference
      • Customers
      • Inventory
      • Orders
      • Products
      • Rewards
      • Stores
      • Vouchers
      • Staff
Powered by GitBook
On this page
  • Ready to get started immediately?
  • Looking to explore our API in detail?

Was this helpful?

Export as PDF
  1. API

Overview

Welcome to DotApparel API

PreviousShopify Local Pick-upNextQuick Start

Last updated 1 year ago

Was this helpful?

In this guide, you'll find all the documentation you need to get up and running with the DotApparel API.

The API endpoints utilise basic authentication and feature access control based on user roles. The different roles and their respective scopes are:

  • admin: has unrestricted access

  • maintainer: can use all POST, PUT, and GET methods except those linked to authentication

  • visitor: is only allowed to use GET methods

The admin user is responsible for managing the API users for authentication, which includes creating, updating, and deleting them. For more details, go to the Accounts page.

If you're looking for more information about DotApparel, please head to the .

Ready to get started immediately?

Feeling excited to dive right in? Check out our Quick Start Documentation and start making your first API request today!

Looking to explore our API in detail?

Take a deep dive into our API Reference and discover the full range of possibilities and functionalities available through our API:

Accounts
Merchant Guide
Quick Start
Reference