# Shoppex ## Docs - [Get current account](https://docs.shoppex.io/api-reference/account-&-auth/get-current-account.md): Developer API operation for GET /dev/v1/me. - [Get current account capabilities](https://docs.shoppex.io/api-reference/account-&-auth/get-current-account-capabilities.md): Developer API operation for GET /dev/v1/me/capabilities. - [Approve affiliate application](https://docs.shoppex.io/api-reference/affiliates/approve-affiliate-application.md): Developer API operation for POST /dev/v1/affiliates/applications/{id}/approve. - [Approve affiliate payout request](https://docs.shoppex.io/api-reference/affiliates/approve-affiliate-payout-request.md): Developer API operation for POST /dev/v1/affiliates/payout-requests/{id}/approve. - [Cancel affiliate payout request](https://docs.shoppex.io/api-reference/affiliates/cancel-affiliate-payout-request.md): Developer API operation for POST /dev/v1/affiliates/payout-requests/{id}/cancel. - [Complete affiliate payout request](https://docs.shoppex.io/api-reference/affiliates/complete-affiliate-payout-request.md): Developer API operation for POST /dev/v1/affiliates/payout-requests/{id}/complete. - [Force approve affiliate payout request](https://docs.shoppex.io/api-reference/affiliates/force-approve-affiliate-payout-request.md): Developer API operation for POST /dev/v1/affiliates/payout-requests/{id}/force-approve. - [Get affiliate analytics](https://docs.shoppex.io/api-reference/affiliates/get-affiliate-analytics.md): Developer API operation for GET /dev/v1/affiliates/analytics. - [Get affiliate customer performance](https://docs.shoppex.io/api-reference/affiliates/get-affiliate-customer-performance.md): Developer API operation for GET /dev/v1/affiliates/customers/{customerId}/performance. - [Get affiliate settings](https://docs.shoppex.io/api-reference/affiliates/get-affiliate-settings.md): Developer API operation for GET /dev/v1/affiliates/settings. - [Invite affiliate customer](https://docs.shoppex.io/api-reference/affiliates/invite-affiliate-customer.md): Developer API operation for POST /dev/v1/affiliates/customers/{customerId}/invite. - [List affiliate applications](https://docs.shoppex.io/api-reference/affiliates/list-affiliate-applications.md): Developer API operation for GET /dev/v1/affiliates/applications. - [List affiliate customers](https://docs.shoppex.io/api-reference/affiliates/list-affiliate-customers.md): Developer API operation for GET /dev/v1/affiliates/customers. - [List affiliate payout requests](https://docs.shoppex.io/api-reference/affiliates/list-affiliate-payout-requests.md): Developer API operation for GET /dev/v1/affiliates/payout-requests. - [Reject affiliate application](https://docs.shoppex.io/api-reference/affiliates/reject-affiliate-application.md): Developer API operation for POST /dev/v1/affiliates/applications/{id}/reject. - [Reject affiliate payout request](https://docs.shoppex.io/api-reference/affiliates/reject-affiliate-payout-request.md): Developer API operation for POST /dev/v1/affiliates/payout-requests/{id}/reject. - [Update affiliate customer custom link](https://docs.shoppex.io/api-reference/affiliates/update-affiliate-customer-custom-link.md): Developer API operation for PATCH /dev/v1/affiliates/customers/{customerId}/custom-link. - [Update affiliate settings](https://docs.shoppex.io/api-reference/affiliates/update-affiliate-settings.md): Developer API operation for PATCH /dev/v1/affiliates/settings. - [Create analytics report](https://docs.shoppex.io/api-reference/analytics/create-analytics-report.md): Developer API operation for POST /dev/v1/analytics/reports. - [Delete analytics report](https://docs.shoppex.io/api-reference/analytics/delete-analytics-report.md): Developer API operation for DELETE /dev/v1/analytics/reports/{id}. - [Generate analytics report](https://docs.shoppex.io/api-reference/analytics/generate-analytics-report.md): Developer API operation for POST /dev/v1/analytics/reports/{id}/generate. - [Get analytics revenue](https://docs.shoppex.io/api-reference/analytics/get-analytics-revenue.md): Developer API operation for GET /dev/v1/analytics/revenue. - [List analytics reports](https://docs.shoppex.io/api-reference/analytics/list-analytics-reports.md): Developer API operation for GET /dev/v1/analytics/reports. - [Authentication](https://docs.shoppex.io/api-reference/authentication.md): How to authenticate with the Shoppex Developer API - [Create blacklist entry](https://docs.shoppex.io/api-reference/blacklist/create-blacklist-entry.md): Developer API operation for POST /dev/v1/blacklist. - [Delete blacklist entry](https://docs.shoppex.io/api-reference/blacklist/delete-blacklist-entry.md): Developer API operation for DELETE /dev/v1/blacklist/{id}. - [Get blacklist entry](https://docs.shoppex.io/api-reference/blacklist/get-blacklist-entry.md): Developer API operation for GET /dev/v1/blacklist/{id}. - [List blacklist entries](https://docs.shoppex.io/api-reference/blacklist/list-blacklist-entries.md): Developer API operation for GET /dev/v1/blacklist. - [Create category](https://docs.shoppex.io/api-reference/categories/create-category.md): Creates a category for the current shop. The response includes `cdn_image_url`, which is `null` unless the category already has a cover image. - [Delete category](https://docs.shoppex.io/api-reference/categories/delete-category.md): Deletes a category and unbinds linked products from it. - [Get category](https://docs.shoppex.io/api-reference/categories/get-category.md): Returns one category by uniqid, including its public cover URL in `cdn_image_url` when a category image exists. - [List categories](https://docs.shoppex.io/api-reference/categories/list-categories.md): Returns categories for the current shop, including the public category cover URL in `cdn_image_url` when a category image exists. - [Update category](https://docs.shoppex.io/api-reference/categories/update-category.md): Updates an existing category. The response keeps returning the current `cdn_image_url` so clients can continue rendering the category cover after non-image edits. - [Create coupon](https://docs.shoppex.io/api-reference/coupons/create-coupon.md): Creates a coupon for the authenticated shop. - [Delete coupon](https://docs.shoppex.io/api-reference/coupons/delete-coupon.md): Deletes a coupon, or deactivates it when invoices already reference it. - [Get coupon](https://docs.shoppex.io/api-reference/coupons/get-coupon.md): Returns one coupon by uniqid for the authenticated shop. - [List coupons](https://docs.shoppex.io/api-reference/coupons/list-coupons.md): Returns active coupons for the authenticated shop. - [Update coupon](https://docs.shoppex.io/api-reference/coupons/update-coupon.md): Updates a coupon for the authenticated shop. - [Validate coupon by code](https://docs.shoppex.io/api-reference/coupons/validate-coupon-by-code.md): Validates a coupon server-side by code. Use `product_id` for single-product checks or `cart` with a JSON string payload for cart validation. - [Convert affiliate balance](https://docs.shoppex.io/api-reference/customers/convert-affiliate-balance.md): Developer API operation for POST /dev/v1/customers/{id}/affiliate/convert-to-balance. - [Create customer](https://docs.shoppex.io/api-reference/customers/create-customer.md): Developer API operation for POST /dev/v1/customers. - [Create customer affiliate payout request](https://docs.shoppex.io/api-reference/customers/create-customer-affiliate-payout-request.md): Developer API operation for POST /dev/v1/customers/{id}/affiliate/payout-requests. - [Credit customer wallet](https://docs.shoppex.io/api-reference/customers/credit-customer-wallet.md): Developer API operation for POST /dev/v1/customers/{id}/wallet/credit. - [Debit customer wallet](https://docs.shoppex.io/api-reference/customers/debit-customer-wallet.md): Developer API operation for POST /dev/v1/customers/{id}/wallet/debit. - [Delete customer](https://docs.shoppex.io/api-reference/customers/delete-customer.md): Developer API operation for DELETE /dev/v1/customers/{id}. - [Get customer](https://docs.shoppex.io/api-reference/customers/get-customer.md): Developer API operation for GET /dev/v1/customers/{id}. - [Get customer affiliate](https://docs.shoppex.io/api-reference/customers/get-customer-affiliate.md): Developer API operation for GET /dev/v1/customers/{id}/affiliate. - [Get customer wallet](https://docs.shoppex.io/api-reference/customers/get-customer-wallet.md): Developer API operation for GET /dev/v1/customers/{id}/wallet. - [List customers](https://docs.shoppex.io/api-reference/customers/list-customers.md): Developer API operation for GET /dev/v1/customers. - [Update customer](https://docs.shoppex.io/api-reference/customers/update-customer.md): Developer API operation for PATCH /dev/v1/customers/{id}. - [Get dispute](https://docs.shoppex.io/api-reference/disputes-&-escrow/get-dispute.md): Developer API operation for GET /dev/v1/disputes/{id}. - [Get escrow record](https://docs.shoppex.io/api-reference/disputes-&-escrow/get-escrow-record.md): Developer API operation for GET /dev/v1/escrow/{id}. - [List disputes](https://docs.shoppex.io/api-reference/disputes-&-escrow/list-disputes.md): Developer API operation for GET /dev/v1/disputes. - [List escrow records](https://docs.shoppex.io/api-reference/disputes-&-escrow/list-escrow-records.md): Developer API operation for GET /dev/v1/escrow. - [Release escrow record](https://docs.shoppex.io/api-reference/disputes-&-escrow/release-escrow-record.md): Developer API operation for POST /dev/v1/escrow/{id}/release. - [Error Handling](https://docs.shoppex.io/api-reference/errors.md): Understanding and handling API errors - [Create group](https://docs.shoppex.io/api-reference/groups/create-group.md): Developer API operation for POST /dev/v1/groups. - [Delete group](https://docs.shoppex.io/api-reference/groups/delete-group.md): Developer API operation for DELETE /dev/v1/groups/{uniqid}. - [Get group](https://docs.shoppex.io/api-reference/groups/get-group.md): Developer API operation for GET /dev/v1/groups/{uniqid}. - [List groups](https://docs.shoppex.io/api-reference/groups/list-groups.md): Developer API operation for GET /dev/v1/groups. - [Update group](https://docs.shoppex.io/api-reference/groups/update-group.md): Developer API operation for PATCH /dev/v1/groups/{uniqid}. - [API Introduction](https://docs.shoppex.io/api-reference/introduction.md): Getting started with the Shoppex Developer API - [Create invoice replacement](https://docs.shoppex.io/api-reference/invoices/create-invoice-replacement.md): Developer API operation for POST /dev/v1/invoices/{uniqid}/replacements. - [Get invoice](https://docs.shoppex.io/api-reference/invoices/get-invoice.md): Developer API operation for GET /dev/v1/invoices/{uniqid}. - [List invoices](https://docs.shoppex.io/api-reference/invoices/list-invoices.md): Developer API operation for GET /dev/v1/invoices. - [Trigger server-side invoice completion](https://docs.shoppex.io/api-reference/invoices/trigger-server-side-invoice-completion.md): Completes a pending invoice server-side through the existing invoice completion pipeline. - [Update invoice](https://docs.shoppex.io/api-reference/invoices/update-invoice.md): Developer API operation for PATCH /dev/v1/invoices/{uniqid}. - [Void invoice](https://docs.shoppex.io/api-reference/invoices/void-invoice.md): Voids a non-completed invoice through the existing invoice void pipeline. - [Create license](https://docs.shoppex.io/api-reference/licenses/create-license.md): Developer API operation for POST /dev/v1/licenses. - [Delete license](https://docs.shoppex.io/api-reference/licenses/delete-license.md): Developer API operation for DELETE /dev/v1/licenses/{id}. - [Get license](https://docs.shoppex.io/api-reference/licenses/get-license.md): Developer API operation for GET /dev/v1/licenses/{id}. - [Get license product](https://docs.shoppex.io/api-reference/licenses/get-license-product.md): Developer API operation for GET /dev/v1/licenses/products/{product_id}. - [List licenses](https://docs.shoppex.io/api-reference/licenses/list-licenses.md): Developer API operation for GET /dev/v1/licenses. - [Reset license HWID](https://docs.shoppex.io/api-reference/licenses/reset-license-hwid.md): Developer API operation for POST /dev/v1/licenses/{id}/reset-hwid. - [Update license](https://docs.shoppex.io/api-reference/licenses/update-license.md): Developer API operation for PATCH /dev/v1/licenses/{id}. - [Update license HWID](https://docs.shoppex.io/api-reference/licenses/update-license-hwid.md): Developer API operation for PATCH /dev/v1/licenses/keys/{key}/hwid. - [Validate license](https://docs.shoppex.io/api-reference/licenses/validate-license.md): Developer API operation for POST /dev/v1/licenses/validate. - [Authorize an OAuth app](https://docs.shoppex.io/api-reference/oauth2/authorize-an-oauth-app.md): Developer API operation for GET /dev/v1/oauth/authorize. - [Confirm OAuth app authorization](https://docs.shoppex.io/api-reference/oauth2/confirm-oauth-app-authorization.md): Developer API operation for POST /dev/v1/oauth/authorize. - [Exchange an OAuth code or refresh token](https://docs.shoppex.io/api-reference/oauth2/exchange-an-oauth-code-or-refresh-token.md): Developer API operation for POST /dev/v1/oauth/token. - [Create order from product line items](https://docs.shoppex.io/api-reference/orders/create-order-from-product-line-items.md): Creates a server-side Shoppex order from product or variant line items. Use `gateway` to preselect a valid active gateway for the resulting pending order. - [Get order details](https://docs.shoppex.io/api-reference/orders/get-order-details.md): Returns a single Shoppex order by internal order ID or public uniqid. The response can include `custom_fields` set during invoice creation, for example `{ "source": "affiliate", "campaign": "spring_launch" }`. - [List orders](https://docs.shoppex.io/api-reference/orders/list-orders.md): Returns Shoppex orders created from invoices. Order payloads can include `custom_fields`, which are commonly used to carry internal routing markers from invoice creation. Example: `{ "custom_fields": { "source": "affiliate", "campaign": "spring_launch" } }`. - [Refund order](https://docs.shoppex.io/api-reference/orders/refund-order.md): Developer API operation for POST /dev/v1/orders/{id}/refund. - [Replace order affiliate attribution](https://docs.shoppex.io/api-reference/orders/replace-order-affiliate-attribution.md): Alias for `PATCH /dev/v1/orders/:id`. - [Trigger server-side completion](https://docs.shoppex.io/api-reference/orders/trigger-server-side-completion.md): Completes a pending order server-side through the existing invoice completion pipeline. This is an explicit alias for integrations that look for a completion endpoint. - [Trigger server-side fulfillment](https://docs.shoppex.io/api-reference/orders/trigger-server-side-fulfillment.md): Completes and fulfills a pending order server-side through the existing invoice completion pipeline. - [Update order affiliate attribution](https://docs.shoppex.io/api-reference/orders/update-order-affiliate-attribution.md): Assigns affiliate attribution to a pending order using `affiliate_code`, `referral_code`, or `affiliate_id`. This updates attribution and pending commission records, but does not recalculate order totals or discounts. - [Pagination](https://docs.shoppex.io/api-reference/pagination.md): Navigate Dev API result sets with cursor-based and page-based pagination - [Create payment link](https://docs.shoppex.io/api-reference/payment-links/create-payment-link.md): Developer API operation for POST /dev/v1/payment-links. - [Delete payment link](https://docs.shoppex.io/api-reference/payment-links/delete-payment-link.md): Developer API operation for DELETE /dev/v1/payment-links/{id}. - [Get payment link](https://docs.shoppex.io/api-reference/payment-links/get-payment-link.md): Developer API operation for GET /dev/v1/payment-links/{id}. - [List payment links](https://docs.shoppex.io/api-reference/payment-links/list-payment-links.md): Developer API operation for GET /dev/v1/payment-links. - [Toggle payment link](https://docs.shoppex.io/api-reference/payment-links/toggle-payment-link.md): Developer API operation for POST /dev/v1/payment-links/{id}/toggle. - [Update payment link](https://docs.shoppex.io/api-reference/payment-links/update-payment-link.md): Developer API operation for PATCH /dev/v1/payment-links/{id}. - [Complete payment](https://docs.shoppex.io/api-reference/payments/complete-payment.md): Triggers server-side completion for a pending developer payment. This confirms the payment state only and does not create product fulfillment. Use `/dev/v1/orders/:id/fulfill` for deliverable orders. - [Create checkout session](https://docs.shoppex.io/api-reference/payments/create-checkout-session.md): Stripe-style alias for `POST /dev/v1/payments`. Accepts `amount`, `success_url`, `cancel_url`, `customer_email`, and a single `product` descriptor; returns a session shape with `id`, `url`, and `status`. Internally delegates to the payments endpoint, so PSP orchestration, idempotency, scopes, and we… - [Create payment](https://docs.shoppex.io/api-reference/payments/create-payment.md): Creates a generic developer payment request. This endpoint does not create fulfillable product delivery. Use `/dev/v1/orders` when you need product line items and Shoppex fulfillment. For `gateway=PANDABASE`, Shoppex also creates the provider session and returns `checkout_url` plus `session_id` so t… - [Get payment](https://docs.shoppex.io/api-reference/payments/get-payment.md): Returns a single developer payment. Session-backed gateways can include `checkout_url` and `session_id` when Shoppex created the provider session. - [List payments](https://docs.shoppex.io/api-reference/payments/list-payments.md): Returns developer payments for the current shop. This endpoint lists payment records you already created through the Developer API; it does not return the shop's currently enabled payment methods. Use `/dev/v1/me/capabilities` when you need the payment methods enabled for the current shop. Session-b… - [Void payment](https://docs.shoppex.io/api-reference/payments/void-payment.md): Voids a pending developer payment. - [Add product serials](https://docs.shoppex.io/api-reference/products/add-product-serials.md): Adds serial inventory to a base serial product without variants. This endpoint appends inventory. It does not replace the full serial list. - [Bulk update products](https://docs.shoppex.io/api-reference/products/bulk-update-products.md): Developer API operation for PATCH /dev/v1/products/bulk. - [Claim product serials](https://docs.shoppex.io/api-reference/products/claim-product-serials.md): Atomically claims and removes the requested number of available serials from a base serial product without variants, then returns the claimed serial values plus the updated remaining stock. Use this endpoint when you want serial values directly and do not want to manually fetch serial IDs first. - [Create product](https://docs.shoppex.io/api-reference/products/create-product.md): Developer API operation for POST /dev/v1/products. - [Create product field option](https://docs.shoppex.io/api-reference/products/create-product-field-option.md): Developer API operation for POST /dev/v1/products/{id}/variants/fields/{fieldId}/options. - [Create product variant](https://docs.shoppex.io/api-reference/products/create-product-variant.md): Developer API operation for POST /dev/v1/products/{id}/variants. - [Create product variant field](https://docs.shoppex.io/api-reference/products/create-product-variant-field.md): Developer API operation for POST /dev/v1/products/{id}/variants/fields. - [Create product variant serial](https://docs.shoppex.io/api-reference/products/create-product-variant-serial.md): Developer API operation for POST /dev/v1/products/{id}/variants/{variantId}/serials. - [Delete all product serials](https://docs.shoppex.io/api-reference/products/delete-all-product-serials.md): Removes all currently linked serial inventory entries from a base serial product without variants. Use the optional `search` filter to remove only matching serials. - [Delete product](https://docs.shoppex.io/api-reference/products/delete-product.md): Developer API operation for DELETE /dev/v1/products/{id}. - [Delete product field option](https://docs.shoppex.io/api-reference/products/delete-product-field-option.md): Developer API operation for DELETE /dev/v1/products/{id}/variants/fields/{fieldId}/options/{optionId}. - [Delete product variant](https://docs.shoppex.io/api-reference/products/delete-product-variant.md): Developer API operation for DELETE /dev/v1/products/{id}/variants/{variantId}. - [Delete product variant field](https://docs.shoppex.io/api-reference/products/delete-product-variant-field.md): Developer API operation for DELETE /dev/v1/products/{id}/variants/fields/{fieldId}. - [Delete product variant serial](https://docs.shoppex.io/api-reference/products/delete-product-variant-serial.md): Developer API operation for DELETE /dev/v1/products/{id}/variants/{variantId}/serials. - [Duplicate product](https://docs.shoppex.io/api-reference/products/duplicate-product.md): Developer API operation for POST /dev/v1/products/{id}/duplicate. - [Get product](https://docs.shoppex.io/api-reference/products/get-product.md): Developer API operation for GET /dev/v1/products/{id}. - [Get product variant](https://docs.shoppex.io/api-reference/products/get-product-variant.md): Developer API operation for GET /dev/v1/products/{id}/variants/{variantId}. - [Get product variant field](https://docs.shoppex.io/api-reference/products/get-product-variant-field.md): Developer API operation for GET /dev/v1/products/{id}/variants/fields/{fieldId}. - [List product field options](https://docs.shoppex.io/api-reference/products/list-product-field-options.md): Developer API operation for GET /dev/v1/products/{id}/variants/fields/{fieldId}/options. - [List product serials](https://docs.shoppex.io/api-reference/products/list-product-serials.md): Returns unlinked inventory serials for a base serial product that does not use variants. Each serial item includes its `id`, and that `id` is the value you pass inside `serial_ids` when calling `DELETE /dev/v1/products/{id}/serials`. Use the variant serial routes only when the product inventory is t… - [List product variant fields](https://docs.shoppex.io/api-reference/products/list-product-variant-fields.md): Developer API operation for GET /dev/v1/products/{id}/variants/fields. - [List product variant serials](https://docs.shoppex.io/api-reference/products/list-product-variant-serials.md): Developer API operation for GET /dev/v1/products/{id}/variants/{variantId}/serials. - [List product variants](https://docs.shoppex.io/api-reference/products/list-product-variants.md): Developer API operation for GET /dev/v1/products/{id}/variants. - [List products](https://docs.shoppex.io/api-reference/products/list-products.md): Developer API operation for GET /dev/v1/products. - [Remove product serials](https://docs.shoppex.io/api-reference/products/remove-product-serials.md): Removes specific serial inventory entries from a base serial product without variants by serial ID. Use the `id` values returned by `GET /dev/v1/products/{id}/serials` as the entries inside `serial_ids`. - [Reorder product variants](https://docs.shoppex.io/api-reference/products/reorder-product-variants.md): Developer API operation for PATCH /dev/v1/products/{id}/variants/order. - [Reorder products](https://docs.shoppex.io/api-reference/products/reorder-products.md): Developer API operation for PATCH /dev/v1/products/order. - [Search products](https://docs.shoppex.io/api-reference/products/search-products.md): Developer API operation for GET /dev/v1/products/search. - [Update product](https://docs.shoppex.io/api-reference/products/update-product.md): Updates an existing product. For base `SERIALS` products, sending the `serials` field replaces the full base-product serial inventory. Use `/dev/v1/products/{id}/serials` when you need append/remove behavior instead of full replacement. - [Update product field option](https://docs.shoppex.io/api-reference/products/update-product-field-option.md): Developer API operation for PATCH /dev/v1/products/{id}/variants/fields/{fieldId}/options/{optionId}. - [Update product serial](https://docs.shoppex.io/api-reference/products/update-product-serial.md): Updates a single serial inventory entry for a base serial product without variants. - [Update product variant](https://docs.shoppex.io/api-reference/products/update-product-variant.md): Developer API operation for PATCH /dev/v1/products/{id}/variants/{variantId}. - [Update product variant field](https://docs.shoppex.io/api-reference/products/update-product-variant-field.md): Developer API operation for PATCH /dev/v1/products/{id}/variants/fields/{fieldId}. - [Quick Start](https://docs.shoppex.io/api-reference/quickstart.md): Make your first API call in under 2 minutes - [Reseller API](https://docs.shoppex.io/api-reference/resellers.md): Automate reseller programs, invites, payouts, embeds, stock purchases, and inventory delivery - [Allocate a reseller stock transfer](https://docs.shoppex.io/api-reference/resellers/allocate-a-reseller-stock-transfer.md): Developer API operation for POST /dev/v1/resellers/{id}/stock-transfers/{transferId}/allocate. - [Approve a reseller payout request](https://docs.shoppex.io/api-reference/resellers/approve-a-reseller-payout-request.md): Developer API operation for POST /dev/v1/resellers/{id}/payouts/{claimId}/approve. - [Cancel a reseller payout request](https://docs.shoppex.io/api-reference/resellers/cancel-a-reseller-payout-request.md): Developer API operation for POST /dev/v1/resellers/{id}/payouts/{claimId}/cancel. - [Complete a reseller payout request](https://docs.shoppex.io/api-reference/resellers/complete-a-reseller-payout-request.md): Developer API operation for POST /dev/v1/resellers/{id}/payouts/{claimId}/complete. - [Create a reseller embed campaign](https://docs.shoppex.io/api-reference/resellers/create-a-reseller-embed-campaign.md): Developer API operation for POST /dev/v1/resellers/{id}/embed-campaigns. - [Create a reseller stock purchase invoice](https://docs.shoppex.io/api-reference/resellers/create-a-reseller-stock-purchase-invoice.md): Developer API operation for POST /dev/v1/resellers/{id}/stock-transfers/{transferId}/invoice. - [Create a reseller stock purchase request](https://docs.shoppex.io/api-reference/resellers/create-a-reseller-stock-purchase-request.md): Developer API operation for POST /dev/v1/resellers/{id}/stock-purchases. - [Deliver a reseller inventory item](https://docs.shoppex.io/api-reference/resellers/deliver-a-reseller-inventory-item.md): Developer API operation for POST /dev/v1/resellers/{id}/inventory/{itemId}/deliver. - [Get reseller analytics](https://docs.shoppex.io/api-reference/resellers/get-reseller-analytics.md): Developer API operation for GET /dev/v1/resellers/analytics. - [Get reseller analytics by reseller](https://docs.shoppex.io/api-reference/resellers/get-reseller-analytics-by-reseller.md): Developer API operation for GET /dev/v1/resellers/{id}/analytics. - [Get reseller program settings](https://docs.shoppex.io/api-reference/resellers/get-reseller-program-settings.md): Developer API operation for GET /dev/v1/reseller-program. - [Invite a reseller](https://docs.shoppex.io/api-reference/resellers/invite-a-reseller.md): Developer API operation for POST /dev/v1/resellers/invite. - [List reseller attributed sales](https://docs.shoppex.io/api-reference/resellers/list-reseller-attributed-sales.md): Developer API operation for GET /dev/v1/resellers/{id}/sales. - [List reseller embed campaigns](https://docs.shoppex.io/api-reference/resellers/list-reseller-embed-campaigns.md): Developer API operation for GET /dev/v1/resellers/{id}/embed-campaigns. - [List reseller inventory](https://docs.shoppex.io/api-reference/resellers/list-reseller-inventory.md): Developer API operation for GET /dev/v1/resellers/{id}/inventory. - [List reseller payout state](https://docs.shoppex.io/api-reference/resellers/list-reseller-payout-state.md): Developer API operation for GET /dev/v1/resellers/{id}/payouts. - [List reseller stock transfers](https://docs.shoppex.io/api-reference/resellers/list-reseller-stock-transfers.md): Developer API operation for GET /dev/v1/resellers/{id}/stock-transfers. - [List resellers](https://docs.shoppex.io/api-reference/resellers/list-resellers.md): Developer API operation for GET /dev/v1/resellers. - [Mark a reseller payout request for manual processing](https://docs.shoppex.io/api-reference/resellers/mark-a-reseller-payout-request-for-manual-processing.md): Developer API operation for POST /dev/v1/resellers/{id}/payouts/{claimId}/force-approve. - [Mark a reseller stock transfer paid](https://docs.shoppex.io/api-reference/resellers/mark-a-reseller-stock-transfer-paid.md): Developer API operation for POST /dev/v1/resellers/{id}/stock-transfers/{transferId}/mark-paid. - [Reject a reseller payout request](https://docs.shoppex.io/api-reference/resellers/reject-a-reseller-payout-request.md): Developer API operation for POST /dev/v1/resellers/{id}/payouts/{claimId}/reject. - [Revoke a reseller stock transfer](https://docs.shoppex.io/api-reference/resellers/revoke-a-reseller-stock-transfer.md): Developer API operation for POST /dev/v1/resellers/{id}/stock-transfers/{transferId}/revoke. - [Suspend a reseller](https://docs.shoppex.io/api-reference/resellers/suspend-a-reseller.md): Developer API operation for POST /dev/v1/resellers/{id}/suspend. - [Terminate a reseller](https://docs.shoppex.io/api-reference/resellers/terminate-a-reseller.md): Developer API operation for POST /dev/v1/resellers/{id}/terminate. - [Update a reseller](https://docs.shoppex.io/api-reference/resellers/update-a-reseller.md): Developer API operation for PATCH /dev/v1/resellers/{id}. - [Update a reseller embed campaign](https://docs.shoppex.io/api-reference/resellers/update-a-reseller-embed-campaign.md): Developer API operation for PATCH /dev/v1/resellers/{id}/embed-campaigns/{campaignId}. - [Update reseller program settings](https://docs.shoppex.io/api-reference/resellers/update-reseller-program-settings.md): Developer API operation for PATCH /dev/v1/reseller-program. - [Create review reply](https://docs.shoppex.io/api-reference/reviews/create-review-reply.md): Developer API operation for POST /dev/v1/reviews/{uniqid}/reply. - [Get review](https://docs.shoppex.io/api-reference/reviews/get-review.md): Developer API operation for GET /dev/v1/reviews/{uniqid}. - [List reviews](https://docs.shoppex.io/api-reference/reviews/list-reviews.md): Developer API operation for GET /dev/v1/reviews. - [SDKs & Libraries](https://docs.shoppex.io/api-reference/sdks.md): Official and community SDKs for the Shoppex API - [Get advanced security settings](https://docs.shoppex.io/api-reference/security/get-advanced-security-settings.md): Developer API operation for GET /dev/v1/security/security-settings. - [Get audit trail](https://docs.shoppex.io/api-reference/security/get-audit-trail.md): Developer API operation for GET /dev/v1/security/audit-trail. - [Get security settings](https://docs.shoppex.io/api-reference/security/get-security-settings.md): Developer API operation for GET /dev/v1/security. - [Get session trail](https://docs.shoppex.io/api-reference/security/get-session-trail.md): Developer API operation for GET /dev/v1/security/session-trail/{session_id}. - [List security shared blacklists](https://docs.shoppex.io/api-reference/security/list-security-shared-blacklists.md): Developer API operation for GET /dev/v1/security/shared-blacklists. - [Update advanced security settings](https://docs.shoppex.io/api-reference/security/update-advanced-security-settings.md): Developer API operation for PATCH /dev/v1/security/security-settings. - [Update security settings](https://docs.shoppex.io/api-reference/security/update-security-settings.md): Developer API operation for PATCH /dev/v1/security. - [Add additional domain](https://docs.shoppex.io/api-reference/store/add-additional-domain.md): Developer API operation for POST /dev/v1/store/domains/additional. - [Delete additional domain](https://docs.shoppex.io/api-reference/store/delete-additional-domain.md): Developer API operation for DELETE /dev/v1/store/domains/additional/{id}. - [Disable additional domain](https://docs.shoppex.io/api-reference/store/disable-additional-domain.md): Developer API operation for POST /dev/v1/store/domains/additional/{id}/disable. - [Disable custom domain](https://docs.shoppex.io/api-reference/store/disable-custom-domain.md): Developer API operation for POST /dev/v1/store/domains/custom/disable. - [Enable additional domain](https://docs.shoppex.io/api-reference/store/enable-additional-domain.md): Developer API operation for POST /dev/v1/store/domains/additional/{id}/enable. - [Enable custom domain](https://docs.shoppex.io/api-reference/store/enable-custom-domain.md): Developer API operation for POST /dev/v1/store/domains/custom/enable. - [Get additional domain verification](https://docs.shoppex.io/api-reference/store/get-additional-domain-verification.md): Developer API operation for GET /dev/v1/store/domains/additional/{id}/verification. - [Get custom domain status](https://docs.shoppex.io/api-reference/store/get-custom-domain-status.md): Developer API operation for GET /dev/v1/store/domains/custom/status. - [Get store branding](https://docs.shoppex.io/api-reference/store/get-store-branding.md): Developer API operation for GET /dev/v1/store/branding. - [Get store features](https://docs.shoppex.io/api-reference/store/get-store-features.md): Developer API operation for GET /dev/v1/store/features. - [Get store settings](https://docs.shoppex.io/api-reference/store/get-store-settings.md): Developer API operation for GET /dev/v1/store/settings. - [Get storefront layout](https://docs.shoppex.io/api-reference/store/get-storefront-layout.md): Developer API operation for GET /dev/v1/store/layout. - [List store domains](https://docs.shoppex.io/api-reference/store/list-store-domains.md): Developer API operation for GET /dev/v1/store/domains. - [Request additional domain validation](https://docs.shoppex.io/api-reference/store/request-additional-domain-validation.md): Developer API operation for POST /dev/v1/store/domains/additional/{id}/request-validation. - [Update custom domain](https://docs.shoppex.io/api-reference/store/update-custom-domain.md): Developer API operation for PATCH /dev/v1/store/domains/custom. - [Update storefront layout](https://docs.shoppex.io/api-reference/store/update-storefront-layout.md): Developer API operation for PUT /dev/v1/store/layout. - [Cancel subscription](https://docs.shoppex.io/api-reference/subscriptions/cancel-subscription.md): Developer API operation for POST /dev/v1/subscriptions/{id}/cancel. - [Change subscription plan](https://docs.shoppex.io/api-reference/subscriptions/change-subscription-plan.md): Developer API operation for POST /dev/v1/subscriptions/{id}/change-plan. - [Get subscription](https://docs.shoppex.io/api-reference/subscriptions/get-subscription.md): Developer API operation for GET /dev/v1/subscriptions/{id}. - [List subscription billing history](https://docs.shoppex.io/api-reference/subscriptions/list-subscription-billing-history.md): Developer API operation for GET /dev/v1/subscriptions/{id}/billing-history. - [List subscription plan options](https://docs.shoppex.io/api-reference/subscriptions/list-subscription-plan-options.md): Developer API operation for GET /dev/v1/subscriptions/{id}/plan-options. - [List subscriptions](https://docs.shoppex.io/api-reference/subscriptions/list-subscriptions.md): Developer API operation for GET /dev/v1/subscriptions. - [Pause subscription](https://docs.shoppex.io/api-reference/subscriptions/pause-subscription.md): Developer API operation for POST /dev/v1/subscriptions/{id}/pause. - [Refund subscription](https://docs.shoppex.io/api-reference/subscriptions/refund-subscription.md): Developer API operation for POST /dev/v1/subscriptions/{id}/refund. - [Resume subscription](https://docs.shoppex.io/api-reference/subscriptions/resume-subscription.md): Developer API operation for POST /dev/v1/subscriptions/{id}/resume. - [Update subscription custom fields](https://docs.shoppex.io/api-reference/subscriptions/update-subscription-custom-fields.md): Developer API operation for PATCH /dev/v1/subscriptions/{id}/custom-fields. - [Cancel telegram bot broadcast](https://docs.shoppex.io/api-reference/telegram/cancel-telegram-bot-broadcast.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/broadcasts/{id}/cancel. - [Create telegram bot](https://docs.shoppex.io/api-reference/telegram/create-telegram-bot.md): Developer API operation for POST /dev/v1/telegram/bots. - [Create telegram bot broadcast](https://docs.shoppex.io/api-reference/telegram/create-telegram-bot-broadcast.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/broadcasts. - [Create telegram bot journey](https://docs.shoppex.io/api-reference/telegram/create-telegram-bot-journey.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/journeys. - [Create telegram bot segment](https://docs.shoppex.io/api-reference/telegram/create-telegram-bot-segment.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/segments. - [Delete telegram bot](https://docs.shoppex.io/api-reference/telegram/delete-telegram-bot.md): Developer API operation for DELETE /dev/v1/telegram/bots/{botId}. - [Delete telegram bot broadcast](https://docs.shoppex.io/api-reference/telegram/delete-telegram-bot-broadcast.md): Developer API operation for DELETE /dev/v1/telegram/bots/{botId}/broadcasts/{id}. - [Delete telegram bot journey](https://docs.shoppex.io/api-reference/telegram/delete-telegram-bot-journey.md): Developer API operation for DELETE /dev/v1/telegram/bots/{botId}/journeys/{journeyId}. - [Delete telegram bot segment](https://docs.shoppex.io/api-reference/telegram/delete-telegram-bot-segment.md): Developer API operation for DELETE /dev/v1/telegram/bots/{botId}/segments/{segmentId}. - [Get inbox conversation](https://docs.shoppex.io/api-reference/telegram/get-inbox-conversation.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/inbox/{conversationId}. - [Get telegram agent stats](https://docs.shoppex.io/api-reference/telegram/get-telegram-agent-stats.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/agent/stats. - [Get telegram bot analytics](https://docs.shoppex.io/api-reference/telegram/get-telegram-bot-analytics.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/analytics. - [Get telegram bot broadcast](https://docs.shoppex.io/api-reference/telegram/get-telegram-bot-broadcast.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/broadcasts/{id}. - [Get telegram bot journey](https://docs.shoppex.io/api-reference/telegram/get-telegram-bot-journey.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/journeys/{journeyId}. - [Get telegram bot segment](https://docs.shoppex.io/api-reference/telegram/get-telegram-bot-segment.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/segments/{segmentId}. - [Get telegram bot user](https://docs.shoppex.io/api-reference/telegram/get-telegram-bot-user.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/users/{userId}. - [Get telegram broadcast analytics](https://docs.shoppex.io/api-reference/telegram/get-telegram-broadcast-analytics.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/broadcasts/{id}/analytics. - [Get telegram broadcast stats](https://docs.shoppex.io/api-reference/telegram/get-telegram-broadcast-stats.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/broadcasts/{id}/stats. - [Get telegram user stats](https://docs.shoppex.io/api-reference/telegram/get-telegram-user-stats.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/users/stats. - [List inbox conversations](https://docs.shoppex.io/api-reference/telegram/list-inbox-conversations.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/inbox. - [List telegram bot broadcasts](https://docs.shoppex.io/api-reference/telegram/list-telegram-bot-broadcasts.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/broadcasts. - [List telegram bot journeys](https://docs.shoppex.io/api-reference/telegram/list-telegram-bot-journeys.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/journeys. - [List telegram bot segments](https://docs.shoppex.io/api-reference/telegram/list-telegram-bot-segments.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/segments. - [List telegram bot users](https://docs.shoppex.io/api-reference/telegram/list-telegram-bot-users.md): Developer API operation for GET /dev/v1/telegram/bots/{botId}/users. - [List telegram bots](https://docs.shoppex.io/api-reference/telegram/list-telegram-bots.md): Developer API operation for GET /dev/v1/telegram/bots. - [Reply to inbox conversation](https://docs.shoppex.io/api-reference/telegram/reply-to-inbox-conversation.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/inbox/{conversationId}/reply. - [Send test telegram bot journey](https://docs.shoppex.io/api-reference/telegram/send-test-telegram-bot-journey.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/journeys/{journeyId}/test. - [Send warehouse restock broadcast](https://docs.shoppex.io/api-reference/telegram/send-warehouse-restock-broadcast.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/broadcasts/warehouse-restock. - [Start telegram bot broadcast](https://docs.shoppex.io/api-reference/telegram/start-telegram-bot-broadcast.md): Developer API operation for POST /dev/v1/telegram/bots/{botId}/broadcasts/{id}/start. - [Update inbox conversation status](https://docs.shoppex.io/api-reference/telegram/update-inbox-conversation-status.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/inbox/{conversationId}/status. - [Update telegram bot agent](https://docs.shoppex.io/api-reference/telegram/update-telegram-bot-agent.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/agent. - [Update telegram bot broadcast](https://docs.shoppex.io/api-reference/telegram/update-telegram-bot-broadcast.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/broadcasts/{id}. - [Update telegram bot journey](https://docs.shoppex.io/api-reference/telegram/update-telegram-bot-journey.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/journeys/{journeyId}. - [Update telegram bot segment](https://docs.shoppex.io/api-reference/telegram/update-telegram-bot-segment.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/segments/{segmentId}. - [Update telegram bulk notification](https://docs.shoppex.io/api-reference/telegram/update-telegram-bulk-notification.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/users/bulk/notifications. - [Update telegram user notification](https://docs.shoppex.io/api-reference/telegram/update-telegram-user-notification.md): Developer API operation for PUT /dev/v1/telegram/bots/{botId}/users/{userId}/notifications. - [Accept theme draft](https://docs.shoppex.io/api-reference/themes/accept-theme-draft.md): Developer API operation for POST /dev/v1/themes/{id}/control/accept. - [Apply theme changes](https://docs.shoppex.io/api-reference/themes/apply-theme-changes.md): Developer API operation for POST /dev/v1/themes/{id}/control/apply. - [Create theme](https://docs.shoppex.io/api-reference/themes/create-theme.md): Developer API operation for POST /dev/v1/themes/control/create. - [Create theme AI apply](https://docs.shoppex.io/api-reference/themes/create-theme-ai-apply.md): Developer API operation for POST /dev/v1/themes/{id}/ai/apply. - [Create theme page](https://docs.shoppex.io/api-reference/themes/create-theme-page.md): Developer API operation for POST /dev/v1/themes/{id}/control/pages. - [Create theme section](https://docs.shoppex.io/api-reference/themes/create-theme-section.md): Developer API operation for POST /dev/v1/themes/{id}/control/sections. - [Export theme source](https://docs.shoppex.io/api-reference/themes/export-theme-source.md): Developer API operation for GET /dev/v1/themes/{id}/export. - [Get latest theme control run](https://docs.shoppex.io/api-reference/themes/get-latest-theme-control-run.md): Developer API operation for GET /dev/v1/themes/{id}/control/runs/latest. - [Get theme builder settings](https://docs.shoppex.io/api-reference/themes/get-theme-builder-settings.md): Developer API operation for GET /dev/v1/themes/{id}/control/settings. - [Get theme diff](https://docs.shoppex.io/api-reference/themes/get-theme-diff.md): Developer API operation for GET /dev/v1/themes/{id}/control/diff. - [Get theme preview status](https://docs.shoppex.io/api-reference/themes/get-theme-preview-status.md): Developer API operation for GET /dev/v1/themes/{id}/control/preview/starts/{startId}. - [Get theme publish status](https://docs.shoppex.io/api-reference/themes/get-theme-publish-status.md): Developer API operation for GET /dev/v1/themes/{id}/control/publish/{jobId}/status. - [Inspect theme](https://docs.shoppex.io/api-reference/themes/inspect-theme.md): Developer API operation for GET /dev/v1/themes/{id}/control/inspect. - [List theme backups](https://docs.shoppex.io/api-reference/themes/list-theme-backups.md): Developer API operation for GET /dev/v1/themes/{id}/control/backups. - [List themes](https://docs.shoppex.io/api-reference/themes/list-themes.md): Developer API operation for GET /dev/v1/themes. - [Publish theme](https://docs.shoppex.io/api-reference/themes/publish-theme.md): Developer API operation for POST /dev/v1/themes/{id}/control/publish. - [Replace theme source](https://docs.shoppex.io/api-reference/themes/replace-theme-source.md): Developer API operation for POST /dev/v1/themes/{id}/source. - [Restore theme backup](https://docs.shoppex.io/api-reference/themes/restore-theme-backup.md): Developer API operation for POST /dev/v1/themes/{id}/control/rollback/{backupId}. - [Search theme files](https://docs.shoppex.io/api-reference/themes/search-theme-files.md): Developer API operation for GET /dev/v1/themes/{id}/control/search. - [Start theme preview](https://docs.shoppex.io/api-reference/themes/start-theme-preview.md): Developer API operation for POST /dev/v1/themes/{id}/control/preview. - [Stop theme preview](https://docs.shoppex.io/api-reference/themes/stop-theme-preview.md): Developer API operation for DELETE /dev/v1/themes/{id}/control/preview/{sessionId}. - [Update theme builder settings](https://docs.shoppex.io/api-reference/themes/update-theme-builder-settings.md): Developer API operation for POST /dev/v1/themes/{id}/control/settings. - [Update theme config](https://docs.shoppex.io/api-reference/themes/update-theme-config.md): Developer API operation for POST /dev/v1/themes/{id}/control/config. - [Validate theme](https://docs.shoppex.io/api-reference/themes/validate-theme.md): Developer API operation for POST /dev/v1/themes/{id}/control/validate. - [Close ticket](https://docs.shoppex.io/api-reference/tickets/close-ticket.md): Developer API operation for POST /dev/v1/tickets/{id}/close. - [Create ticket](https://docs.shoppex.io/api-reference/tickets/create-ticket.md): Developer API operation for POST /dev/v1/tickets. - [Create ticket message](https://docs.shoppex.io/api-reference/tickets/create-ticket-message.md): Developer API operation for POST /dev/v1/tickets/{id}/messages. - [Get ticket](https://docs.shoppex.io/api-reference/tickets/get-ticket.md): Developer API operation for GET /dev/v1/tickets/{id}. - [List tickets](https://docs.shoppex.io/api-reference/tickets/list-tickets.md): Developer API operation for GET /dev/v1/tickets. - [Reopen ticket](https://docs.shoppex.io/api-reference/tickets/reopen-ticket.md): Developer API operation for POST /dev/v1/tickets/{id}/reopen. - [Delete all variant serials](https://docs.shoppex.io/api-reference/variants/delete-all-variant-serials.md): Removes all currently linked serial inventory entries for one variant. Use the optional `search` filter to remove only matching serials. - [Create webhook](https://docs.shoppex.io/api-reference/webhook-resources/create-webhook.md): Developer API operation for POST /dev/v1/webhooks. - [Delete webhook](https://docs.shoppex.io/api-reference/webhook-resources/delete-webhook.md): Developer API operation for DELETE /dev/v1/webhooks/{id}. - [Get webhook](https://docs.shoppex.io/api-reference/webhook-resources/get-webhook.md): Developer API operation for GET /dev/v1/webhooks/{id}. - [Get webhook log](https://docs.shoppex.io/api-reference/webhook-resources/get-webhook-log.md): Developer API operation for GET /dev/v1/webhooks/logs/{id}. - [List webhook events](https://docs.shoppex.io/api-reference/webhook-resources/list-webhook-events.md): Developer API operation for GET /dev/v1/webhooks/events. - [List webhook logs](https://docs.shoppex.io/api-reference/webhook-resources/list-webhook-logs.md): Developer API operation for GET /dev/v1/webhooks/logs. - [List webhooks](https://docs.shoppex.io/api-reference/webhook-resources/list-webhooks.md): Developer API operation for GET /dev/v1/webhooks. - [Retry webhook log](https://docs.shoppex.io/api-reference/webhook-resources/retry-webhook-log.md): Developer API operation for POST /dev/v1/webhooks/logs/{id}/retry. - [Rotate webhook secret](https://docs.shoppex.io/api-reference/webhook-resources/rotate-webhook-secret.md): Developer API operation for POST /dev/v1/webhooks/{id}/rotate-secret. - [Send test webhook](https://docs.shoppex.io/api-reference/webhook-resources/send-test-webhook.md): Developer API operation for POST /dev/v1/webhooks/{id}/test. - [Update webhook](https://docs.shoppex.io/api-reference/webhook-resources/update-webhook.md): Developer API operation for PATCH /dev/v1/webhooks/{id}. - [Dynamic Product Delivery](https://docs.shoppex.io/api-reference/webhooks/dynamic-delivery.md): The callback contract used by DYNAMIC products via dynamic_webhook - [Webhook Events](https://docs.shoppex.io/api-reference/webhooks/events.md): Supported webhook event names and example payloads - [Webhooks Overview](https://docs.shoppex.io/api-reference/webhooks/overview.md): Receive real-time event notifications via webhooks - [Checkout Embed SDK](https://docs.shoppex.io/guides/embeds.md): Add Shoppex checkout as a modal on your existing website - [Embed SDK Reference](https://docs.shoppex.io/guides/embeds-reference.md): Complete reference for Shoppex Checkout Embed SDK - [Embed Security & Troubleshooting](https://docs.shoppex.io/guides/embeds-security.md): CSP, origin safety, and production checklist for Checkout Embed SDK - [Embed SDK Snippets](https://docs.shoppex.io/guides/embeds-snippets.md): Copy/paste snippets for Next.js, React, WordPress, and Webflow - [Headless Affiliate And Customer Portals](https://docs.shoppex.io/guides/headless-affiliate-portals.md): Build your own branded customer and affiliate dashboard while Shoppex handles orders, attribution, balances, and payout requests. - [Invoices](https://docs.shoppex.io/guides/invoices.md): Understanding the invoice lifecycle and statuses - [Payments](https://docs.shoppex.io/guides/payments.md): Accept payments via API, Payment Links, or your Storefront - [Subscriptions](https://docs.shoppex.io/guides/subscriptions.md): Set up recurring billing and subscription management - [Telegram Bots](https://docs.shoppex.io/guides/telegram-bots.md): Connect your Telegram bot to Shoppex for notifications, broadcasts, and AI-powered customer support - [Webhooks](https://docs.shoppex.io/guides/webhooks.md): Receive real-time notifications for events - [Architecture Reference](https://docs.shoppex.io/headless/architecture.md): Three reference setups for using Shoppex as a headless commerce engine — pure SPA, Next.js SSR, and mobile with backend-for-frontend. - [Headless Commerce with Shoppex](https://docs.shoppex.io/headless/overview.md): Run Shoppex as the commerce engine behind any frontend — your UI, our orders, payments, invoices, licenses, subscriptions, and fulfillment. - [Next.js Quickstart](https://docs.shoppex.io/headless/quickstart-nextjs.md): Build a custom storefront in Next.js 16 with Shoppex as the commerce engine — products, checkout, and webhook fulfillment in under 15 minutes. - [Storefront Starter](https://docs.shoppex.io/headless/storefront-starter.md): Start from a self-hosted Next.js storefront with Shoppex products, cart, checkout, customer portal links, and webhook fulfillment already wired. - [Storefront Template — SaaS Tool](https://docs.shoppex.io/headless/storefront-template-saas-tool.md): A premium dark-theme Next.js storefront template designed for selling subscription-based digital tools. Forkable, AI-customizable, and wired to Shoppex checkout. - [Discord Bot Shop](https://docs.shoppex.io/headless/use-cases/discord-bot-shop.md): Sell roles, access passes, licenses, or gaming keys from a Discord bot using Shoppex as the commerce engine. - [Gaming Key Reseller](https://docs.shoppex.io/headless/use-cases/gaming-reseller.md): Run a gaming-key reseller with Shoppex as the commerce engine — serial pools, HWID binding, license validation, and crypto payouts. - [Mobile App](https://docs.shoppex.io/headless/use-cases/mobile-app.md): Add commerce to iOS / Android / React Native with Shoppex as a backend-for-frontend — your native UX, web-based payment finalization. - [SaaS Paywall](https://docs.shoppex.io/headless/use-cases/saas-paywall.md): Gate a SaaS product with Shoppex subscriptions — your app owns the UX, Shoppex owns billing, trials, and dunning. - [Shoppex Docs](https://docs.shoppex.io/index.md): Hosted checkout, Developer API, storefront SDK, and theme development - [Hosted Shop Quickstart](https://docs.shoppex.io/quickstart.md): Set up your hosted Shoppex shop and public checkout flow in under 5 minutes - [Cart API](https://docs.shoppex.io/sdk/api/cart.md): Manage shopping cart items in the browser - [Checkout API](https://docs.shoppex.io/sdk/api/checkout.md): Redirect customers to secure hosted checkout - [Products API](https://docs.shoppex.io/sdk/api/products.md): Fetch products, variants, and categories - [Reviews & Invoices](https://docs.shoppex.io/sdk/api/reviews.md): Fetch shop reviews and invoice status - [Store API](https://docs.shoppex.io/sdk/api/store.md): Fetch store metadata, branding, and configuration - [Installation](https://docs.shoppex.io/sdk/installation.md): Add the Shoppex SDK to your website - [Storefront SDK](https://docs.shoppex.io/sdk/introduction.md): Embed Shoppex storefronts on any website with our lightweight JavaScript SDK - [Quick Start](https://docs.shoppex.io/sdk/quickstart.md): Build your first embedded store in 5 minutes - [TypeScript Types](https://docs.shoppex.io/sdk/types.md): Complete type definitions for the SDK - [Blocks](https://docs.shoppex.io/sdk/ui/blocks.md): Larger page sections for common storefront layouts - [Components](https://docs.shoppex.io/sdk/ui/components.md): Pre-styled UI components with SDK integration - [Hooks](https://docs.shoppex.io/sdk/ui/hooks.md): React hooks for state management and SDK integration - [UI Components](https://docs.shoppex.io/sdk/ui/introduction.md): Ready-to-use React components for building Shoppex storefronts - [AI Theme Workflows](https://docs.shoppex.io/themes/ai-workflows.md): Recommended end-to-end workflows for using AI with Shoppex theme editing, scaffolding, preview, and publish - [Build and Customize a Theme with AI](https://docs.shoppex.io/themes/build-and-customize-with-ai.md): A beginner-friendly guide for using Claude Code or Codex to inspect, edit, preview, and publish Shoppex themes - [Build Pipeline](https://docs.shoppex.io/themes/build-pipeline.md): How Shoppex builds and publishes themes (workspace, dist output, deploy) - [Cart And Checkout](https://docs.shoppex.io/themes/cart-and-checkout.md): Add products to the cart, apply coupons, format prices, and hand off to the hosted checkout - [Core Contract](https://docs.shoppex.io/themes/core-contract.md): The framework-agnostic contract every Shoppex theme must satisfy - [Serving & Caching (Edge)](https://docs.shoppex.io/themes/edge-serving-worker-kv-r2.md): How theme builds are served to customers and what gets cached - [Editing Themes](https://docs.shoppex.io/themes/editing.md): One workflow for the dashboard, the CLI, and AI agents - [React (Reference)](https://docs.shoppex.io/themes/frameworks/react.md): How our reference theme is wired (Vite + React) - [Svelte](https://docs.shoppex.io/themes/frameworks/svelte.md): Build a Shoppex theme with Svelte (still Vite-based) - [Vue](https://docs.shoppex.io/themes/frameworks/vue.md): Build a Shoppex theme with Vue (still Vite-based) - [Hosted Theme Sync](https://docs.shoppex.io/themes/hosted-theme-sync.md): Pull a hosted Shoppex theme locally, develop it, and push validated changes back - [Import, Export, And Upgrades](https://docs.shoppex.io/themes/import-export-and-upgrades.md): How theme editing and upgrades work (conceptually) - [Theme Development](https://docs.shoppex.io/themes/introduction.md): Build custom Shoppex storefront themes (Vite-based, framework-agnostic) - [Local Development](https://docs.shoppex.io/themes/local-development.md): Environment variables, shop slug resolution, and common local dev mistakes - [MSW Mocking](https://docs.shoppex.io/themes/msw-mocking.md): Use Mock Service Worker to develop themes with mock data — no backend required - [Pre-Rendering](https://docs.shoppex.io/themes/pre-rendering.md): How Shoppex delivers static HTML — platform injection and theme-owned SSG - [Quickstart](https://docs.shoppex.io/themes/quickstart.md): Run a Shoppex theme locally (no backend required) - [Runtime And SDK](https://docs.shoppex.io/themes/runtime-and-sdk.md): Initialize the Shoppex SDK, fetch storefront data, and resolve shops by domain - [SDK Reference](https://docs.shoppex.io/themes/sdk-reference.md): Complete reference of all public methods in the Shoppex SDK - [theme.config.ts](https://docs.shoppex.io/themes/theme-config.md): Define theme settings and sections in a pure config file - [Theme Package Format](https://docs.shoppex.io/themes/theme-package-format.md): Required files for a theme project (manifest, config, build scripts) - [Theme Settings](https://docs.shoppex.io/themes/theme-settings.md): Load published settings, merge with defaults, and apply them in your theme - [Troubleshooting](https://docs.shoppex.io/themes/troubleshooting.md): Common theme development issues and fixes ## OpenAPI Specs - [openapi](https://docs.shoppex.io/openapi.json) ## Optional - [Discord](https://discord.gg/VjrptT6Nvx) - [Telegram](https://t.me/shoppexhq)