> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nocnoc/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

<div
  style={{
background: '#FFF3B0',
borderLeft: '4px solid #F5C400',
borderRadius: '8px',
padding: '16px 20px',
marginBottom: '28px',
display: 'flex',
alignItems: 'flex-start',
gap: '12px'
}}
>
  <span style={{ fontSize: '16px', flexShrink: 0, marginTop: '2px' }}>⚠️</span>

  <p style={{ margin: 0, fontWeight: '500', fontSize: '15px', color: '#78350F', lineHeight: '1.55' }}>
    New to nocnoc? You'll need a seller account before setting up this integration.{' '}

    <a href="https://nocnocstore.com/sign-up" style={{ color: '#78350F', fontWeight: '700', textDecoration: 'underline', textDecorationColor: '#78350F' }}>
      Create your account →
    </a>
  </p>
</div>

nocnoc gives marketplace sellers a single API to publish products, handle orders, and manage shipments — all from `live.nocnocstore.com`.

## What you can do

<CardGroup cols={2}>
  <Card title="Publish products" icon="package">
    Create listings manually or from an Amazon ASIN.
  </Card>

  <Card title="Sync products" icon="arrows-rotate">
    Update your products' stock and pricing in real time across all your channels.
  </Card>

  <Card title="Manage orders" icon="shopping-cart">
    Fetch incoming orders with filters for status and date range. Cancel orders when needed.
  </Card>

  <Card title="Ship packages" icon="truck">
    Send individual or consolidated packages and handle first-mile shipping.
  </Card>
</CardGroup>

## Base URL

All requests go to the live environment:

```
https://live.nocnocstore.com/api/v2
```

<Note>
  nocnoc currently operates a single live environment. A sandbox is under development — contact your Account Manager to arrange testing with fake orders and products in the meantime.
</Note>

<p style={{ margin: '40px 0 0', fontSize: '14px', color: '#9ca3af' }}>
  Have a question about this integration?{' '}
  <a href="/contact" style={{ color: '#1a6cf4', textDecoration: 'underline' }}>Contact our support team →</a>
</p>
