Documentation Index
Fetch the complete documentation index at: https://docs.abconvert.io/llms.txt
Use this file to discover all available pages before exploring further.
Preview — this page is an early draft. We’re still verifying the API reference against the current endpoints. Fields, response shapes, and examples may change before this section is marked stable. Follow PRO-1459 or ask in
#abconvert-dev if you’re integrating against this today.List all experiments
Returns an array of all experiments associated with your store, ordered by creation date descending.Example request
Response
Returns an array of experiment summary objects.Unique identifier for the experiment. Use this value as the
:id parameter in all experiment action endpoints.Human-readable experiment name as set during creation.
Current state of the experiment. One of
ACTIVE, PAUSED, STOPPED, DRAFT, or FAILED.The experiment category. Possible values:
PRICE_TESTCONTENT_TESTSHIPPING_TESTURL_REDIRECT_TESTTEMPLATE_TESTTHEME_TESTCHECKOUT_UI_TESTPRICE_CART_TRANSFORM_TESTDELIVERY_CUSTOMIZATION_TESTPAYMENT_CUSTOMIZATION_TEST
ISO 8601 timestamp of when the experiment was created.
ISO 8601 timestamp of the most recent update.
Get a single experiment
Returns the full configuration object for one experiment, including its products, test groups, and settings.Path parameters
The experiment’s
_id value as returned by the list endpoint.Example request
Response
Returns the full experiment document.List of products enrolled in this experiment, each with their variant-level price configurations.
The control and variant groups. Each group has a
name and a weight (percentage of traffic, must sum to 100).Experiment configuration including start/end dates and audience targeting rules.
The exact shape of the
products and settings fields varies by experimentType. Price experiments include variants with pricing data; content experiments include image URLs; shipping experiments include rate configurations.