• API Overview
  • Getting Started
  • API Authorization
  • API Resources
  • Help
Sections
  • Account
  • AccountingPackage
  • Adjustment
  • AdjustmentType
  • AffCodeType
  • Affiliation
  • ApiTest
  • Arb
  • ArticleType
  • Auth
  • AuthTest
  • AutoRevCalc
  • BannerAd
  • Batch
  • Benefit
  • BenefitType
  • Bigcommerce
  • Billing
  • BoardEffect
  • CardConnect
  • CardOnFile
  • CcGateway
  • CertificationActivity
  • CertificationActivitySource
  • CertificationType
  • CivicData
  • ClassType
  • ClickLog
  • Cloudflare
  • Committee
  • CommitteeMeeting
  • CommitteeMeetingAttendee
  • CommitteeMember
  • CommitteeType
  • CommunicationQueue
  • Communicator
  • Config
  • ConfigSetting
  • Contact
  • ContactType
  • Coupon
  • CQRollCall
  • CreditType
  • Dashboard
  • Data
  • DataQuery
  • Dert
  • DropMember
  • Email
  • Entity
  • Environment
  • EPayment
  • Event
  • EventItemCustomField
  • EventPaymentMethod
  • EventSubmission
  • EventType
  • ExceptionLogger
  • ExternalSystemMap
  • Feature
  • FeatureToggle
  • FileSystem
  • Form
  • FormElement
  • FormElementType
  • FormTemplate
  • FormV2
  • FormV2Response
  • GlobalSettings
  • Guid
  • HealthCheck
  • Image
  • Informz
  • Invoice
  • InvoiceImport
  • JoinForm
  • License
  • Listing
  • Log
  • MailChimp
  • MemberActivity
  • Membership
  • MembershipLevel
  • MembershipLevelProcessingManager
  • MemberSource
  • MessageDraft
  • NewMember
  • NewsArticle
  • Notification
  • OptionalRevenueItem
  • PaymentSource
  • PaymentType
  • PaymenType
  • PlatformAuth
  • ProductLicense
  • Profile
  • ProfileAccessGuid
  • ProfileAdvancedSearch
  • ProfileCertificationType
  • ProfileChange
  • ProfileCustomField
  • ProfileImport
  • ProfileMerge
  • ProfileNotification
  • ProfilePermission
  • ProfilePortal
  • ProfileReferral
  • ProfileRelation
  • ProfileRestore
  • ProfileSearchAction
  • ProfileStatus
  • ProfileType
  • ProfileUpdateHT
  • ProfileUpdateHtV2
  • ProfileWidget
  • Project
  • ProjectTemplate
  • ProjectType
  • PromoCode
  • PublicForm
  • QuickBooksOnline
  • Receipt
  • Referral
  • Registration
  • RegistrationImport
  • RelationType
  • Report
  • Revenue
  • RevenueItem
  • Runtime
  • SalesOpportunity
  • SalesOpportunityLostReason
  • SalesOpportunityProbability
  • SalesOpportunitySource
  • Security
  • SecurityIdentityServer
  • Session
  • Settings
  • Task
  • TaskScheduler
  • TaskType
  • Tax
  • Template
  • Test
  • TestDataContext
  • Token
  • Transaction
  • UnappliedPayment
  • UrlShortener
  • User
  • UserAuth
  • UserRole
  • VerticalHba
  • VerticalNaa
  • VoterVoice
  • WebContent
  • WebContentType
  • Weebly
  • Wlc
  1. Home
  2. API Resources
  3. Bigcommerce

API Resources

Bigcommerce

APIDescription
GET Bigcommerce/products?name={name}&keyword_filter={keyword_filter}&page={page}&limit={limit}&sort={sort}

Search bigcommerce products

GET Bigcommerce/customers?first_name={first_name}&last_name={last_name}&company={company}&email={email}&page={page}&limit={limit}&sort={sort}

Search bigcommerce customers

GET Bigcommerce/customer/{id}

get a bigcommerce customer

GET Bigcommerce/customer/{id}/addresses?page={page}&limit={limit}&sort={sort}

get a bigcommerce customer's addresses

GET Bigcommerce/customer/{id}/Profile

get the profile tied to the bigcommerce customer id

POST Bigcommerce/customer/{id}/Profile

create a profile by importing the bigcommerce customer. expect the bigcommerce customer dto and customer address dtos to save on bigcommerce api calls.

GET Bigcommerce/CustomerGroups?name={name}&is_default={is_default}&page={page}&limit={limit}&sort={sort}

Search bigcommerce customer groups

GET Bigcommerce/order/{id}

get a bigcommerce order

POST Bigcommerce/order/{id}

import/reimport a bigcommerce order

GET Bigcommerce/Webhooks

Search bigcommerce webhooks

POST Bigcommerce/hooks/order/created

Handler for bigcommerce hook for order created. Per Bigcommerce's documentation, on success it sets the status code to 200 to tell Bigcommerce that the hook event has been handled

POST Bigcommerce/hooks/order/updated

Handler for bigcommerce hook for order updated. Per Bigcommerce's documentation, on success it sets the status code to 200 to tell Bigcommerce that the hook event has been handled

POST Bigcommerce/hooks/order/statusUpdated

Handler for bigcommerce hook for order status updated. Per Bigcommerce's documentation, on success it sets the status code to 200 to tell Bigcommerce that the hook event has been handled

POST Bigcommerce/ActivateRequiredWebhooks

Activate or reactivate inactive webhooks required by the integration between WebLink Connect and Bigcommerce.

GET Bigcommerce/orderinvoices

Search for invoices tied to a bigcommerce order