# CraftCart.io ## API Docs - Root > Health [API health endpoint](https://docs.craftcart.io/api-health-endpoint-33607096e0.md): - Root > Auth [Signup user and create first store](https://docs.craftcart.io/signup-user-and-create-first-store-33607097e0.md): Authentication endpoint for operator users of CraftCart dashboard/admin API. - Root > Auth [Login operator account](https://docs.craftcart.io/login-operator-account-33607098e0.md): Authentication endpoint for operator users of CraftCart dashboard/admin API. - Root > Auth [Trigger password reset email](https://docs.craftcart.io/trigger-password-reset-email-33607099e0.md): Authentication endpoint for operator users of CraftCart dashboard/admin API. - Root > Auth [Reset password](https://docs.craftcart.io/reset-password-33607100e0.md): Authentication endpoint for operator users of CraftCart dashboard/admin API. - Root > Auth [Current authenticated user profile](https://docs.craftcart.io/current-authenticated-user-profile-33607101e0.md): Authentication endpoint for operator users of CraftCart dashboard/admin API. - Root > Storefront [Get storefront store metadata](https://docs.craftcart.io/get-storefront-store-metadata-33607102e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [List products](https://docs.craftcart.io/list-products-33607103e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Get product by slug](https://docs.craftcart.io/get-product-by-slug-33607104e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [List approved product reviews](https://docs.craftcart.io/list-approved-product-reviews-33607105e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Create or update verified review](https://docs.craftcart.io/create-or-update-verified-review-33607106e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [List collections](https://docs.craftcart.io/list-collections-33607107e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Get collection by slug](https://docs.craftcart.io/get-collection-by-slug-33607108e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Subscribe newsletter](https://docs.craftcart.io/subscribe-newsletter-33607109e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Create cart](https://docs.craftcart.io/create-cart-33607110e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Get cart](https://docs.craftcart.io/get-cart-33607111e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [List shipping methods](https://docs.craftcart.io/list-shipping-methods-33607112e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Add cart item](https://docs.craftcart.io/add-cart-item-33607113e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Update cart item quantity](https://docs.craftcart.io/update-cart-item-quantity-33607114e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Remove cart item](https://docs.craftcart.io/remove-cart-item-33607115e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Apply discount code](https://docs.craftcart.io/apply-discount-code-33607116e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Select shipping method](https://docs.craftcart.io/select-shipping-method-33607117e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Create checkout session](https://docs.craftcart.io/create-checkout-session-33607118e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Storefront [Confirm checkout session](https://docs.craftcart.io/confirm-checkout-session-33607119e0.md): Storefront endpoint for headless commerce clients. Use `x-storefront-token`; optional scope via `x-storefront-scope` or `scope` query. - Root > Public [Get public order tracking payload](https://docs.craftcart.io/get-public-order-tracking-payload-33607120e0.md): Public endpoint with no API token required. - Root > Public [Unsubscribe with query token](https://docs.craftcart.io/unsubscribe-with-query-token-33607121e0.md): Public endpoint with no API token required. - Root > Public [Unsubscribe with JSON token](https://docs.craftcart.io/unsubscribe-with-json-token-33607122e0.md): Public endpoint with no API token required. - Root > AdminStore [Get store dashboard payload](https://docs.craftcart.io/get-store-dashboard-payload-33607123e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Update store settings](https://docs.craftcart.io/update-store-settings-33607124e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Get Stripe status](https://docs.craftcart.io/get-stripe-status-33607125e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Create Stripe account onboarding link](https://docs.craftcart.io/create-stripe-account-onboarding-link-33607126e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Create Stripe dashboard link](https://docs.craftcart.io/create-stripe-dashboard-link-33607127e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Reset Stripe connection](https://docs.craftcart.io/reset-stripe-connection-33607128e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Create domain onboarding link](https://docs.craftcart.io/create-domain-onboarding-link-33607129e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Check domain DNS status](https://docs.craftcart.io/check-domain-dns-status-33607130e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [List storefront tokens](https://docs.craftcart.io/list-storefront-tokens-33607131e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Create storefront token](https://docs.craftcart.io/create-storefront-token-33607132e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Rotate storefront token](https://docs.craftcart.io/rotate-storefront-token-33607133e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Revoke storefront token](https://docs.craftcart.io/revoke-storefront-token-33607134e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [List team members](https://docs.craftcart.io/list-team-members-33607135e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Create team invite](https://docs.craftcart.io/create-team-invite-33607136e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Resend team invite](https://docs.craftcart.io/resend-team-invite-33607137e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Revoke team access](https://docs.craftcart.io/revoke-team-access-33607138e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Verify email provider settings](https://docs.craftcart.io/verify-email-provider-settings-33607139e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Send test email](https://docs.craftcart.io/send-test-email-33607140e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Send test email for template key](https://docs.craftcart.io/send-test-email-for-template-key-33607141e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [List operational issues](https://docs.craftcart.io/list-operational-issues-33607142e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Upload media](https://docs.craftcart.io/upload-media-33607143e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Preview CraftOS link state](https://docs.craftcart.io/preview-craftos-link-state-33607144e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Connect CraftOS](https://docs.craftcart.io/connect-craftos-33607145e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Disconnect CraftOS](https://docs.craftcart.io/disconnect-craftos-33607146e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminStore [Sync CraftOS backfill](https://docs.craftcart.io/sync-craftos-backfill-33607147e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminProducts [List products](https://docs.craftcart.io/list-products-33607148e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminProducts [Create product](https://docs.craftcart.io/create-product-33607149e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminProducts [Get product](https://docs.craftcart.io/get-product-33607150e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminProducts [Update product](https://docs.craftcart.io/update-product-33607151e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminProducts [Update product status](https://docs.craftcart.io/update-product-status-33607152e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminProducts [Adjust product variant inventory](https://docs.craftcart.io/adjust-product-variant-inventory-33607153e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCollections [List collections](https://docs.craftcart.io/list-collections-33607154e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCollections [Create collection](https://docs.craftcart.io/create-collection-33607155e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCollections [Get collection](https://docs.craftcart.io/get-collection-33607156e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCollections [Update collection](https://docs.craftcart.io/update-collection-33607157e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCustomers [List customers](https://docs.craftcart.io/list-customers-33607158e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCustomers [Export customers CSV](https://docs.craftcart.io/export-customers-csv-33607159e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCustomers [Import customers CSV](https://docs.craftcart.io/import-customers-csv-33607160e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCustomers [Get customer](https://docs.craftcart.io/get-customer-33607161e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminCustomers [Update customer](https://docs.craftcart.io/update-customer-33607162e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminDiscounts [List discounts](https://docs.craftcart.io/list-discounts-33607163e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminDiscounts [Create discount](https://docs.craftcart.io/create-discount-33607164e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminDiscounts [Update discount](https://docs.craftcart.io/update-discount-33607165e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminOrders [List orders](https://docs.craftcart.io/list-orders-33607166e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminOrders [Get order](https://docs.craftcart.io/get-order-33607167e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminOrders [Create fulfilment](https://docs.craftcart.io/create-fulfilment-33607168e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminReviews [List reviews for moderation](https://docs.craftcart.io/list-reviews-for-moderation-33607169e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminReviews [Update review moderation state](https://docs.craftcart.io/update-review-moderation-state-33607170e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [List marketing templates](https://docs.craftcart.io/list-marketing-templates-33607171e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Create marketing template](https://docs.craftcart.io/create-marketing-template-33607172e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Update marketing template](https://docs.craftcart.io/update-marketing-template-33607173e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Delete marketing template](https://docs.craftcart.io/delete-marketing-template-33607174e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [List marketing lists](https://docs.craftcart.io/list-marketing-lists-33607175e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Create marketing list](https://docs.craftcart.io/create-marketing-list-33607176e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Update marketing list](https://docs.craftcart.io/update-marketing-list-33607177e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Delete marketing list](https://docs.craftcart.io/delete-marketing-list-33607178e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Preview marketing audience](https://docs.craftcart.io/preview-marketing-audience-33607179e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Send generic campaign](https://docs.craftcart.io/send-generic-campaign-33607180e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Send newsletter campaign](https://docs.craftcart.io/send-newsletter-campaign-33607181e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Send old-customer campaign](https://docs.craftcart.io/send-old-customer-campaign-33607182e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Send product announcement campaign](https://docs.craftcart.io/send-product-announcement-campaign-33607183e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > AdminMarketing [Send collection announcement campaign](https://docs.craftcart.io/send-collection-announcement-campaign-33607184e0.md): Admin/operator endpoint. Requires `Authorization: Bearer ` and `x-store-id` tenant header. - Root > IntegrationsInternal [Internal CraftOS backfill trigger](https://docs.craftcart.io/internal-craftos-backfill-trigger-33607185e0.md): Internal endpoint. Keep private in published docs. - Root > IntegrationsInternal [Internal CraftOS disconnect trigger](https://docs.craftcart.io/internal-craftos-disconnect-trigger-33607186e0.md): Internal endpoint. Keep private in published docs. - Root > WebhooksInternal [Stripe webhook receiver](https://docs.craftcart.io/stripe-webhook-receiver-33607187e0.md): Internal endpoint. Keep private in published docs. - Root > WebhooksInternal [Hosted domain sync webhook](https://docs.craftcart.io/hosted-domain-sync-webhook-33607188e0.md): Internal endpoint. Keep private in published docs. ## Schemas - Root [SuccessMeta](https://docs.craftcart.io/successmeta-14345781d0.md): - Root [ErrorResponse](https://docs.craftcart.io/errorresponse-14345782d0.md): - Root [Address](https://docs.craftcart.io/address-14345783d0.md): - Root [Product](https://docs.craftcart.io/product-14345784d0.md): - Root [Collection](https://docs.craftcart.io/collection-14345785d0.md): - Root [Cart](https://docs.craftcart.io/cart-14345786d0.md): - Root [Review](https://docs.craftcart.io/review-14345787d0.md): - Root [StorefrontStoreEnvelope](https://docs.craftcart.io/storefrontstoreenvelope-14345788d0.md): - Root [ProductListEnvelope](https://docs.craftcart.io/productlistenvelope-14345789d0.md): - Root [ProductDetailEnvelope](https://docs.craftcart.io/productdetailenvelope-14345790d0.md): - Root [ProductReviewsEnvelope](https://docs.craftcart.io/productreviewsenvelope-14345791d0.md): - Root [StorefrontReviewWriteEnvelope](https://docs.craftcart.io/storefrontreviewwriteenvelope-14345792d0.md): - Root [CollectionListEnvelope](https://docs.craftcart.io/collectionlistenvelope-14345793d0.md): - Root [CollectionDetailEnvelope](https://docs.craftcart.io/collectiondetailenvelope-14345794d0.md): - Root [NewsletterSubscribeEnvelope](https://docs.craftcart.io/newslettersubscribeenvelope-14345795d0.md): - Root [CartEnvelope](https://docs.craftcart.io/cartenvelope-14345796d0.md): - Root [ShippingMethodsEnvelope](https://docs.craftcart.io/shippingmethodsenvelope-14345797d0.md): - Root [CreateCheckoutSessionEnvelope](https://docs.craftcart.io/createcheckoutsessionenvelope-14345798d0.md): - Root [ConfirmCheckoutSessionEnvelope](https://docs.craftcart.io/confirmcheckoutsessionenvelope-14345799d0.md): - Root [PublicOrderTrackingEnvelope](https://docs.craftcart.io/publicordertrackingenvelope-14345800d0.md): - Root [PublicUnsubscribeEnvelope](https://docs.craftcart.io/publicunsubscribeenvelope-14345801d0.md): - Root [CreateStorefrontReviewRequest](https://docs.craftcart.io/createstorefrontreviewrequest-14345802d0.md): - Root [NewsletterSubscribeRequest](https://docs.craftcart.io/newslettersubscriberequest-14345803d0.md): - Root [CreateCartRequest](https://docs.craftcart.io/createcartrequest-14345804d0.md): - Root [AddCartItemRequest](https://docs.craftcart.io/addcartitemrequest-14345805d0.md): - Root [UpdateCartItemRequest](https://docs.craftcart.io/updatecartitemrequest-14345806d0.md): - Root [ApplyDiscountRequest](https://docs.craftcart.io/applydiscountrequest-14345807d0.md): - Root [SelectShippingMethodRequest](https://docs.craftcart.io/selectshippingmethodrequest-14345808d0.md): - Root [CreateCheckoutSessionRequest](https://docs.craftcart.io/createcheckoutsessionrequest-14345809d0.md): - Root [ConfirmCheckoutSessionRequest](https://docs.craftcart.io/confirmcheckoutsessionrequest-14345810d0.md): - Root [PublicUnsubscribeRequest](https://docs.craftcart.io/publicunsubscriberequest-14345811d0.md): - Root [HealthEnvelope](https://docs.craftcart.io/healthenvelope-14345812d0.md): - Root [GenericSuccessEnvelope](https://docs.craftcart.io/genericsuccessenvelope-14345813d0.md): - Root [MessageEnvelope](https://docs.craftcart.io/messageenvelope-14345814d0.md): - Root [SignupRequest](https://docs.craftcart.io/signuprequest-14345815d0.md): - Root [LoginRequest](https://docs.craftcart.io/loginrequest-14345816d0.md): - Root [ForgotPasswordRequest](https://docs.craftcart.io/forgotpasswordrequest-14345817d0.md): - Root [ResetPasswordRequest](https://docs.craftcart.io/resetpasswordrequest-14345818d0.md): - Root [AuthMembership](https://docs.craftcart.io/authmembership-14345819d0.md): - Root [AuthSignupEnvelope](https://docs.craftcart.io/authsignupenvelope-14345820d0.md): - Root [AuthLoginEnvelope](https://docs.craftcart.io/authloginenvelope-14345821d0.md): - Root [AuthMeEnvelope](https://docs.craftcart.io/authmeenvelope-14345822d0.md): - Root [AdminUpdateStoreRequest](https://docs.craftcart.io/adminupdatestorerequest-14345823d0.md): - Root [AdminUpsertProductRequest](https://docs.craftcart.io/adminupsertproductrequest-14345824d0.md): - Root [AdminInventoryAdjustmentRequest](https://docs.craftcart.io/admininventoryadjustmentrequest-14345825d0.md): - Root [AdminUpsertCollectionRequest](https://docs.craftcart.io/adminupsertcollectionrequest-14345826d0.md): - Root [AdminUpdateCustomerRequest](https://docs.craftcart.io/adminupdatecustomerrequest-14345827d0.md): - Root [AdminUpsertDiscountRequest](https://docs.craftcart.io/adminupsertdiscountrequest-14345828d0.md): - Root [CreateFulfilmentRequest](https://docs.craftcart.io/createfulfilmentrequest-14345829d0.md): - Root [MarketingAudience](https://docs.craftcart.io/marketingaudience-14345830d0.md): - Root [MarketingFilters](https://docs.craftcart.io/marketingfilters-14345831d0.md): - Root [MarketingTemplateCreateRequest](https://docs.craftcart.io/marketingtemplatecreaterequest-14345832d0.md): - Root [MarketingTemplateUpdateRequest](https://docs.craftcart.io/marketingtemplateupdaterequest-14345833d0.md): - Root [MarketingListCreateRequest](https://docs.craftcart.io/marketinglistcreaterequest-14345834d0.md): - Root [MarketingListUpdateRequest](https://docs.craftcart.io/marketinglistupdaterequest-14345835d0.md): - Root [PreviewMarketingAudienceRequest](https://docs.craftcart.io/previewmarketingaudiencerequest-14345836d0.md): - Root [SendGenericMarketingCampaignRequest](https://docs.craftcart.io/sendgenericmarketingcampaignrequest-14345837d0.md): - Root [SendNewsletterCampaignRequest](https://docs.craftcart.io/sendnewslettercampaignrequest-14345838d0.md): - Root [SendOldCustomersCampaignRequest](https://docs.craftcart.io/sendoldcustomerscampaignrequest-14345839d0.md): - Root [SendProductAnnouncementRequest](https://docs.craftcart.io/sendproductannouncementrequest-14345840d0.md): - Root [SendCollectionAnnouncementRequest](https://docs.craftcart.io/sendcollectionannouncementrequest-14345841d0.md): - Root [CraftOsLinkRequest](https://docs.craftcart.io/craftoslinkrequest-14345842d0.md):