---
title: "Store"
description: "Store documentation for Ring Platform"
locale: "ru"
---
# Store API

Multi-vendor marketplace with **12 REST endpoints** for vendor management, product catalog, order processing, and automated settlements.

> **PaymentConductor (v1.6.0):** checkout через `store_order` — WayForPay/Stripe redirect, внутренний кредит `POST /api/store/payments/credit`. См. [PaymentConductor](/docs/features/payment-conductor.md).

## Overview

Ring Platform store system provides:
- Vendor onboarding and management
- Product catalog with inventory tracking
- Order processing and fulfillment
- Payment integration with WayForPay
- Automated vendor settlements

## API Endpoints

### `GET /api/store/products`
List products with filtering and search

### `POST /api/store/products`
Create new product (vendor only)

### `GET /api/store/orders`
List orders for user or vendor

### `POST /api/store/orders`
Create new order

### `PUT /api/store/orders/{id}/status`
Update order status

### `GET /api/store/vendors`
List verified vendors

### `POST /api/store/vendors/apply`
Apply to become vendor

## Vendor Features

- **Product Management** - Create and manage product listings
- **Inventory Tracking** - Real-time stock management
- **Order Fulfillment** - Process and ship orders
- **Analytics Dashboard** - Sales and performance metrics
- **Automated Settlements** - Daily payment processing

---

Полная документация по магазину дополняется. См. раздел [Features](/ru/docs/features/store) для текущих деталей реализации.
