W3Block Docs
  • ๐Ÿš€Start here
    • Welcome to the Docs
    • Integrated Blockchains
  • ๐Ÿ‘จโ€๐Ÿ’ปDev Docs
    • API
      • Getting Started
      • Authentication
      • Commerce API services
        • Company Administration
          • Companies (Admin)
          • Assets (Admin)
          • Tags (Admin)
          • Products (Admin)
            • Order Rules (Admin)
          • Orders (Admin)
          • Faq (Admin)
          • Webhooks (Admin)
        • Products
        • Orders
        • Webhooks
        • Faq
        • Globals
      • Key API Services
        • Authentication
        • Companies
        • Tokens
          • Contracts
            • External Contacts
            • Royalty Eligible
          • Categories
            • Subcategories
          • Token Collections
            • Token Editions
          • Metadata
        • Blockchain
        • Cloudinary
        • Integration
          • Ecommerce
            • Associate Tokens
            • Hooks
        • Users
        • Vouchers
  • ๐Ÿ“˜Knowledge Base
    • First Steps
    • FAQ
    • Glossary
Powered by GitBook
On this page
  1. Dev Docs
  2. API
  3. Key API Services
  4. Integration

Ecommerce

PreviousIntegrationNextAssociate Tokens

Last updated 2 years ago

๐Ÿ‘จโ€๐Ÿ’ป
post
Authorizations
Path parameters
companyIdstringRequired
Body
delimiterstringOptional
csvfile ยท binaryRequired
Responses
401
Need user with one of these roles: superAdmin, admin
post
POST /integration/ecommerce/import-orders/{companyId}/woocommerce HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 31

{
  "delimiter": "text",
  "csv": null
}
401

Need user with one of these roles: superAdmin, admin

No content