This API client was generated by the OpenAPI Generator project. By using the OpenAPI spec from a remote server, you can easily generate an API client.
- API version: 1.1
- Package version:
- Generator version: 7.11.0
- Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen
You'll need the curl 7.58.0 package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.
sudo apt remove curl
wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
tar -xvf curl-7.58.0.tar.gz
cd curl-7.58.0/
./configure
make
sudo make installgit clone https://github.com/uncrustify/uncrustify.git
cd uncrustify
mkdir build
cd build
cmake ..
make
sudo make installThis will compile the generated code and create a library in the build folder which has to be linked to the codes where API will be used.
mkdir build
cd build
// To install library to specific location, use following commands
cmake -DCMAKE_INSTALL_PREFIX=/pathtolocation ..
// for normal install use following command
cmake ..
make
sudo make installConsidering the test/source code which uses the API is written in main.c(respective api include is written and all objects necessary are defined and created)
To compile main.c(considering the file is present in build folder) use following command -L - location of the library(not required if cmake with normal installation is performed) -l library name
gcc main.c -L. -lapi2cart_openapi -o mainOnce compiled, you can run it with ./main
Note: You don't need to specify includes for models and include folder separately as they are path linked. You just have to import the api.h file in your code, the include linking will work.
All URIs are relative to https://api.api2cart.local.com/v1.1
| Category | Method | HTTP request | Description |
|---|---|---|---|
| AccountAPI | AccountAPI_accountCartAdd | POST /account.cart.add.json | account.cart.add |
| AccountAPI | AccountAPI_accountCartList | GET /account.cart.list.json | account.cart.list |
| AccountAPI | AccountAPI_accountConfigUpdate | PUT /account.config.update.json | account.config.update |
| AccountAPI | AccountAPI_accountFailedWebhooks | GET /account.failed_webhooks.json | account.failed_webhooks |
| AccountAPI | AccountAPI_accountSupportedPlatforms | GET /account.supported_platforms.json | account.supported_platforms |
| AttributeAPI | AttributeAPI_attributeAdd | POST /attribute.add.json | attribute.add |
| AttributeAPI | AttributeAPI_attributeAssignGroup | POST /attribute.assign.group.json | attribute.assign.group |
| AttributeAPI | AttributeAPI_attributeAssignSet | POST /attribute.assign.set.json | attribute.assign.set |
| AttributeAPI | AttributeAPI_attributeAttributesetList | GET /attribute.attributeset.list.json | attribute.attributeset.list |
| AttributeAPI | AttributeAPI_attributeCount | GET /attribute.count.json | attribute.count |
| AttributeAPI | AttributeAPI_attributeDelete | DELETE /attribute.delete.json | attribute.delete |
| AttributeAPI | AttributeAPI_attributeGroupList | GET /attribute.group.list.json | attribute.group.list |
| AttributeAPI | AttributeAPI_attributeInfo | GET /attribute.info.json | attribute.info |
| AttributeAPI | AttributeAPI_attributeList | GET /attribute.list.json | attribute.list |
| AttributeAPI | AttributeAPI_attributeTypeList | GET /attribute.type.list.json | attribute.type.list |
| AttributeAPI | AttributeAPI_attributeUnassignGroup | POST /attribute.unassign.group.json | attribute.unassign.group |
| AttributeAPI | AttributeAPI_attributeUnassignSet | POST /attribute.unassign.set.json | attribute.unassign.set |
| AttributeAPI | AttributeAPI_attributeUpdate | PUT /attribute.update.json | attribute.update |
| AttributeAPI | AttributeAPI_attributeValueAdd | POST /attribute.value.add.json | attribute.value.add |
| AttributeAPI | AttributeAPI_attributeValueDelete | DELETE /attribute.value.delete.json | attribute.value.delete |
| AttributeAPI | AttributeAPI_attributeValueUpdate | PUT /attribute.value.update.json | attribute.value.update |
| BasketAPI | BasketAPI_basketInfo | GET /basket.info.json | basket.info |
| BasketAPI | BasketAPI_basketItemAdd | POST /basket.item.add.json | basket.item.add |
| BasketAPI | BasketAPI_basketLiveShippingServiceCreate | POST /basket.live_shipping_service.create.json | basket.live_shipping_service.create |
| BasketAPI | BasketAPI_basketLiveShippingServiceDelete | DELETE /basket.live_shipping_service.delete.json | basket.live_shipping_service.delete |
| BasketAPI | BasketAPI_basketLiveShippingServiceList | GET /basket.live_shipping_service.list.json | basket.live_shipping_service.list |
| BatchAPI | BatchAPI_batchJobList | GET /batch.job.list.json | batch.job.list |
| BatchAPI | BatchAPI_batchJobResult | GET /batch.job.result.json | batch.job.result |
| BridgeAPI | BridgeAPI_bridgeDelete | POST /bridge.delete.json | bridge.delete |
| BridgeAPI | BridgeAPI_bridgeDownload | GET /bridge.download.file | bridge.download |
| BridgeAPI | BridgeAPI_bridgeUpdate | POST /bridge.update.json | bridge.update |
| CartAPI | CartAPI_cartCatalogPriceRulesCount | GET /cart.catalog_price_rules.count.json | cart.catalog_price_rules.count |
| CartAPI | CartAPI_cartCatalogPriceRulesList | GET /cart.catalog_price_rules.list.json | cart.catalog_price_rules.list |
| CartAPI | CartAPI_cartCouponAdd | POST /cart.coupon.add.json | cart.coupon.add |
| CartAPI | CartAPI_cartCouponConditionAdd | POST /cart.coupon.condition.add.json | cart.coupon.condition.add |
| CartAPI | CartAPI_cartCouponCount | GET /cart.coupon.count.json | cart.coupon.count |
| CartAPI | CartAPI_cartCouponDelete | DELETE /cart.coupon.delete.json | cart.coupon.delete |
| CartAPI | CartAPI_cartCouponList | GET /cart.coupon.list.json | cart.coupon.list |
| CartAPI | CartAPI_cartDelete | DELETE /cart.delete.json | cart.delete |
| CartAPI | CartAPI_cartGiftcardAdd | POST /cart.giftcard.add.json | cart.giftcard.add |
| CartAPI | CartAPI_cartGiftcardCount | GET /cart.giftcard.count.json | cart.giftcard.count |
| CartAPI | CartAPI_cartGiftcardDelete | DELETE /cart.giftcard.delete.json | cart.giftcard.delete |
| CartAPI | CartAPI_cartGiftcardList | GET /cart.giftcard.list.json | cart.giftcard.list |
| CartAPI | CartAPI_cartInfo | GET /cart.info.json | cart.info |
| CartAPI | CartAPI_cartMetaDataList | GET /cart.meta_data.list.json | cart.meta_data.list |
| CartAPI | CartAPI_cartMetaDataSet | POST /cart.meta_data.set.json | cart.meta_data.set |
| CartAPI | CartAPI_cartMetaDataUnset | DELETE /cart.meta_data.unset.json | cart.meta_data.unset |
| CartAPI | CartAPI_cartMethods | GET /cart.methods.json | cart.methods |
| CartAPI | CartAPI_cartPluginList | GET /cart.plugin.list.json | cart.plugin.list |
| CartAPI | CartAPI_cartScriptAdd | POST /cart.script.add.json | cart.script.add |
| CartAPI | CartAPI_cartScriptDelete | DELETE /cart.script.delete.json | cart.script.delete |
| CartAPI | CartAPI_cartScriptList | GET /cart.script.list.json | cart.script.list |
| CartAPI | CartAPI_cartShippingZonesList | GET /cart.shipping_zones.list.json | cart.shipping_zones.list |
| CartAPI | CartAPI_cartValidate | GET /cart.validate.json | cart.validate |
| CategoryAPI | CategoryAPI_categoryAdd | POST /category.add.json | category.add |
| CategoryAPI | CategoryAPI_categoryAddBatch | POST /category.add.batch.json | category.add.batch |
| CategoryAPI | CategoryAPI_categoryAssign | POST /category.assign.json | category.assign |
| CategoryAPI | CategoryAPI_categoryCount | GET /category.count.json | category.count |
| CategoryAPI | CategoryAPI_categoryDelete | DELETE /category.delete.json | category.delete |
| CategoryAPI | CategoryAPI_categoryFind | GET /category.find.json | category.find |
| CategoryAPI | CategoryAPI_categoryImageAdd | POST /category.image.add.json | category.image.add |
| CategoryAPI | CategoryAPI_categoryImageDelete | DELETE /category.image.delete.json | category.image.delete |
| CategoryAPI | CategoryAPI_categoryInfo | GET /category.info.json | category.info |
| CategoryAPI | CategoryAPI_categoryList | GET /category.list.json | category.list |
| CategoryAPI | CategoryAPI_categoryUnassign | POST /category.unassign.json | category.unassign |
| CategoryAPI | CategoryAPI_categoryUpdate | PUT /category.update.json | category.update |
| CustomerAPI | CustomerAPI_customerAdd | POST /customer.add.json | customer.add |
| CustomerAPI | CustomerAPI_customerAddressAdd | POST /customer.address.add.json | customer.address.add |
| CustomerAPI | CustomerAPI_customerAttributeList | GET /customer.attribute.list.json | customer.attribute.list |
| CustomerAPI | CustomerAPI_customerCount | GET /customer.count.json | customer.count |
| CustomerAPI | CustomerAPI_customerDelete | DELETE /customer.delete.json | customer.delete |
| CustomerAPI | CustomerAPI_customerFind | GET /customer.find.json | customer.find |
| CustomerAPI | CustomerAPI_customerGroupAdd | POST /customer.group.add.json | customer.group.add |
| CustomerAPI | CustomerAPI_customerGroupList | GET /customer.group.list.json | customer.group.list |
| CustomerAPI | CustomerAPI_customerInfo | GET /customer.info.json | customer.info |
| CustomerAPI | CustomerAPI_customerList | GET /customer.list.json | customer.list |
| CustomerAPI | CustomerAPI_customerUpdate | PUT /customer.update.json | customer.update |
| CustomerAPI | CustomerAPI_customerWishlistList | GET /customer.wishlist.list.json | customer.wishlist.list |
| MarketplaceAPI | MarketplaceAPI_marketplaceProductFind | GET /marketplace.product.find.json | marketplace.product.find |
| OrderAPI | OrderAPI_orderAbandonedList | GET /order.abandoned.list.json | order.abandoned.list |
| OrderAPI | OrderAPI_orderAdd | POST /order.add.json | order.add |
| OrderAPI | OrderAPI_orderCalculate | POST /order.calculate.json | order.calculate |
| OrderAPI | OrderAPI_orderCount | GET /order.count.json | order.count |
| OrderAPI | OrderAPI_orderFinancialStatusList | GET /order.financial_status.list.json | order.financial_status.list |
| OrderAPI | OrderAPI_orderFulfillmentStatusList | GET /order.fulfillment_status.list.json | order.fulfillment_status.list |
| OrderAPI | OrderAPI_orderInfo | GET /order.info.json | order.info |
| OrderAPI | OrderAPI_orderList | GET /order.list.json | order.list |
| OrderAPI | OrderAPI_orderPreestimateShippingList | POST /order.preestimate_shipping.list.json | order.preestimate_shipping.list |
| OrderAPI | OrderAPI_orderRefundAdd | POST /order.refund.add.json | order.refund.add |
| OrderAPI | OrderAPI_orderReturnAdd | POST /order.return.add.json | order.return.add |
| OrderAPI | OrderAPI_orderReturnDelete | DELETE /order.return.delete.json | order.return.delete |
| OrderAPI | OrderAPI_orderReturnUpdate | PUT /order.return.update.json | order.return.update |
| OrderAPI | OrderAPI_orderShipmentAdd | POST /order.shipment.add.json | order.shipment.add |
| OrderAPI | OrderAPI_orderShipmentAddBatch | POST /order.shipment.add.batch.json | order.shipment.add.batch |
| OrderAPI | OrderAPI_orderShipmentDelete | DELETE /order.shipment.delete.json | order.shipment.delete |
| OrderAPI | OrderAPI_orderShipmentInfo | GET /order.shipment.info.json | order.shipment.info |
| OrderAPI | OrderAPI_orderShipmentList | GET /order.shipment.list.json | order.shipment.list |
| OrderAPI | OrderAPI_orderShipmentTrackingAdd | POST /order.shipment.tracking.add.json | order.shipment.tracking.add |
| OrderAPI | OrderAPI_orderShipmentUpdate | PUT /order.shipment.update.json | order.shipment.update |
| OrderAPI | OrderAPI_orderStatusList | GET /order.status.list.json | order.status.list |
| OrderAPI | OrderAPI_orderTransactionList | GET /order.transaction.list.json | order.transaction.list |
| OrderAPI | OrderAPI_orderUpdate | PUT /order.update.json | order.update |
| ProductAPI | ProductAPI_productAdd | POST /product.add.json | product.add |
| ProductAPI | ProductAPI_productAddBatch | POST /product.add.batch.json | product.add.batch |
| ProductAPI | ProductAPI_productAttributeList | GET /product.attribute.list.json | product.attribute.list |
| ProductAPI | ProductAPI_productAttributeValueSet | POST /product.attribute.value.set.json | product.attribute.value.set |
| ProductAPI | ProductAPI_productAttributeValueUnset | POST /product.attribute.value.unset.json | product.attribute.value.unset |
| ProductAPI | ProductAPI_productBrandList | GET /product.brand.list.json | product.brand.list |
| ProductAPI | ProductAPI_productChildItemFind | GET /product.child_item.find.json | product.child_item.find |
| ProductAPI | ProductAPI_productChildItemInfo | GET /product.child_item.info.json | product.child_item.info |
| ProductAPI | ProductAPI_productChildItemList | GET /product.child_item.list.json | product.child_item.list |
| ProductAPI | ProductAPI_productCount | GET /product.count.json | product.count |
| ProductAPI | ProductAPI_productCurrencyAdd | POST /product.currency.add.json | product.currency.add |
| ProductAPI | ProductAPI_productCurrencyList | GET /product.currency.list.json | product.currency.list |
| ProductAPI | ProductAPI_productDelete | DELETE /product.delete.json | product.delete |
| ProductAPI | ProductAPI_productDeleteBatch | POST /product.delete.batch.json | product.delete.batch |
| ProductAPI | ProductAPI_productFind | GET /product.find.json | product.find |
| ProductAPI | ProductAPI_productImageAdd | POST /product.image.add.json | product.image.add |
| ProductAPI | ProductAPI_productImageDelete | DELETE /product.image.delete.json | product.image.delete |
| ProductAPI | ProductAPI_productImageUpdate | PUT /product.image.update.json | product.image.update |
| ProductAPI | ProductAPI_productInfo | GET /product.info.json | product.info |
| ProductAPI | ProductAPI_productList | GET /product.list.json | product.list |
| ProductAPI | ProductAPI_productManufacturerAdd | POST /product.manufacturer.add.json | product.manufacturer.add |
| ProductAPI | ProductAPI_productOptionAdd | POST /product.option.add.json | product.option.add |
| ProductAPI | ProductAPI_productOptionAssign | POST /product.option.assign.json | product.option.assign |
| ProductAPI | ProductAPI_productOptionDelete | DELETE /product.option.delete.json | product.option.delete |
| ProductAPI | ProductAPI_productOptionList | GET /product.option.list.json | product.option.list |
| ProductAPI | ProductAPI_productOptionValueAdd | POST /product.option.value.add.json | product.option.value.add |
| ProductAPI | ProductAPI_productOptionValueAssign | POST /product.option.value.assign.json | product.option.value.assign |
| ProductAPI | ProductAPI_productOptionValueDelete | DELETE /product.option.value.delete.json | product.option.value.delete |
| ProductAPI | ProductAPI_productOptionValueUpdate | PUT /product.option.value.update.json | product.option.value.update |
| ProductAPI | ProductAPI_productPriceAdd | POST /product.price.add.json | product.price.add |
| ProductAPI | ProductAPI_productPriceDelete | DELETE /product.price.delete.json | product.price.delete |
| ProductAPI | ProductAPI_productPriceUpdate | PUT /product.price.update.json | product.price.update |
| ProductAPI | ProductAPI_productReviewList | GET /product.review.list.json | product.review.list |
| ProductAPI | ProductAPI_productStoreAssign | POST /product.store.assign.json | product.store.assign |
| ProductAPI | ProductAPI_productTaxAdd | POST /product.tax.add.json | product.tax.add |
| ProductAPI | ProductAPI_productUpdate | PUT /product.update.json | product.update |
| ProductAPI | ProductAPI_productUpdateBatch | POST /product.update.batch.json | product.update.batch |
| ProductAPI | ProductAPI_productVariantAdd | POST /product.variant.add.json | product.variant.add |
| ProductAPI | ProductAPI_productVariantAddBatch | POST /product.variant.add.batch.json | product.variant.add.batch |
| ProductAPI | ProductAPI_productVariantDelete | DELETE /product.variant.delete.json | product.variant.delete |
| ProductAPI | ProductAPI_productVariantDeleteBatch | POST /product.variant.delete.batch.json | product.variant.delete.batch |
| ProductAPI | ProductAPI_productVariantImageAdd | POST /product.variant.image.add.json | product.variant.image.add |
| ProductAPI | ProductAPI_productVariantImageDelete | DELETE /product.variant.image.delete.json | product.variant.image.delete |
| ProductAPI | ProductAPI_productVariantPriceAdd | POST /product.variant.price.add.json | product.variant.price.add |
| ProductAPI | ProductAPI_productVariantPriceDelete | DELETE /product.variant.price.delete.json | product.variant.price.delete |
| ProductAPI | ProductAPI_productVariantPriceUpdate | PUT /product.variant.price.update.json | product.variant.price.update |
| ProductAPI | ProductAPI_productVariantUpdate | PUT /product.variant.update.json | product.variant.update |
| ProductAPI | ProductAPI_productVariantUpdateBatch | POST /product.variant.update.batch.json | product.variant.update.batch |
| ReturnAPI | ReturnAPI_returnActionList | GET /return.action.list.json | return.action.list |
| ReturnAPI | ReturnAPI_returnCount | GET /return.count.json | return.count |
| ReturnAPI | ReturnAPI_returnInfo | GET /return.info.json | return.info |
| ReturnAPI | ReturnAPI_returnList | GET /return.list.json | return.list |
| ReturnAPI | ReturnAPI_returnReasonList | GET /return.reason.list.json | return.reason.list |
| ReturnAPI | ReturnAPI_returnStatusList | GET /return.status.list.json | return.status.list |
| SubscriberAPI | SubscriberAPI_subscriberList | GET /subscriber.list.json | subscriber.list |
| TaxAPI | TaxAPI_taxClassInfo | GET /tax.class.info.json | tax.class.info |
| TaxAPI | TaxAPI_taxClassList | GET /tax.class.list.json | tax.class.list |
| WebhookAPI | WebhookAPI_webhookCount | GET /webhook.count.json | webhook.count |
| WebhookAPI | WebhookAPI_webhookCreate | POST /webhook.create.json | webhook.create |
| WebhookAPI | WebhookAPI_webhookDelete | DELETE /webhook.delete.json | webhook.delete |
| WebhookAPI | WebhookAPI_webhookEvents | GET /webhook.events.json | webhook.events |
| WebhookAPI | WebhookAPI_webhookList | GET /webhook.list.json | webhook.list |
| WebhookAPI | WebhookAPI_webhookUpdate | PUT /webhook.update.json | webhook.update |
- ModelReturn_t
- a2_c_date_time_t
- account_cart_add_t
- account_cart_add_200_response_t
- account_cart_add_200_response_result_t
- account_cart_add_hybris_websites_inner_t
- account_cart_list_200_response_t
- account_cart_list_200_response_result_t
- account_cart_list_200_response_result_carts_inner_t
- account_config_update_200_response_t
- account_config_update_200_response_result_t
- account_failed_webhooks_200_response_t
- account_failed_webhooks_200_response_result_t
- account_failed_webhooks_200_response_result_webhook_inner_t
- account_supported_platforms_200_response_t
- account_supported_platforms_200_response_result_t
- account_supported_platforms_200_response_result_supported_platforms_inner_t
- account_supported_platforms_200_response_result_supported_platforms_inner_params_t
- account_supported_platforms_200_response_result_supported_platforms_inner_params_required_inner_inner_t
- attribute_add_200_response_t
- attribute_add_200_response_result_t
- attribute_assign_group_200_response_t
- attribute_assign_group_200_response_result_t
- attribute_count_200_response_t
- attribute_count_200_response_result_t
- attribute_delete_200_response_t
- attribute_delete_200_response_result_t
- attribute_info_200_response_t
- attribute_type_list_200_response_t
- attribute_type_list_200_response_result_t
- attribute_unassign_group_200_response_t
- attribute_unassign_group_200_response_result_t
- attribute_update_200_response_t
- attribute_update_200_response_result_t
- attribute_value_delete_200_response_t
- attribute_value_delete_200_response_result_t
- base_customer_t
- basket_t
- basket_info_200_response_t
- basket_item_t
- basket_item_add_200_response_t
- basket_item_add_200_response_result_t
- basket_item_option_t
- basket_live_shipping_service_t
- basket_live_shipping_service_create_200_response_t
- basket_live_shipping_service_create_200_response_result_t
- basket_live_shipping_service_delete_200_response_t
- basket_live_shipping_service_delete_200_response_result_t
- basket_live_shipping_service_list_200_response_t
- basket_live_shipping_service_list_200_response_result_t
- batch_job_t
- batch_job_result_t
- batch_job_result_item_t
- brand_t
- carrier_t
- cart_t
- cart_catalog_price_rules_count_200_response_t
- cart_catalog_price_rules_count_200_response_result_t
- cart_channel_t
- cart_coupon_add_t
- cart_coupon_add_200_response_t
- cart_coupon_add_200_response_result_t
- cart_coupon_count_200_response_t
- cart_coupon_count_200_response_result_t
- cart_delete_200_response_t
- cart_delete_200_response_result_t
- cart_giftcard_add_200_response_t
- cart_giftcard_add_200_response_result_t
- cart_giftcard_count_200_response_t
- cart_giftcard_count_200_response_result_t
- cart_info_200_response_t
- cart_meta_data_t
- cart_methods_200_response_t
- cart_methods_200_response_result_t
- cart_plugin_list_200_response_t
- cart_plugin_list_200_response_result_t
- cart_script_add_200_response_t
- cart_script_add_200_response_result_t
- cart_shipping_method_t
- cart_shipping_method_rate_t
- cart_shipping_zone_t
- cart_shipping_zone2_t
- cart_store_info_t
- cart_validate_200_response_t
- cart_validate_200_response_result_t
- cart_warehouse_t
- catalog_price_rule_t
- catalog_price_rule_action_t
- category_t
- category_add_200_response_t
- category_add_200_response_result_t
- category_add_batch_t
- category_add_batch_200_response_t
- category_add_batch_200_response_result_t
- category_add_batch_payload_inner_t
- category_add_batch_payload_inner_images_inner_t
- category_assign_200_response_t
- category_count_200_response_t
- category_count_200_response_result_t
- category_delete_200_response_t
- category_delete_200_response_result_t
- category_find_200_response_t
- category_find_200_response_result_t
- category_find_200_response_result_category_inner_t
- category_image_add_200_response_t
- category_image_add_200_response_result_t
- category_info_200_response_t
- child_t
- country_t
- coupon_t
- coupon_action_t
- coupon_code_t
- coupon_condition_t
- coupon_history_t
- currency_t
- customer_t
- customer_add_t
- customer_add_200_response_t
- customer_add_200_response_result_t
- customer_add_address_inner_t
- customer_add_consents_inner_t
- customer_address_t
- customer_address_add_t
- customer_attribute_t
- customer_attribute_value_t
- customer_consent_t
- customer_count_200_response_t
- customer_count_200_response_result_t
- customer_delete_200_response_t
- customer_delete_200_response_result_t
- customer_find_200_response_t
- customer_find_200_response_result_t
- customer_group_t
- customer_group_add_200_response_t
- customer_group_add_200_response_result_t
- customer_info_200_response_t
- customer_update_t
- customer_update_address_inner_t
- customer_wish_list_t
- customer_wish_list_item_t
- discount_t
- gift_card_t
- image_t
- info_t
- language_t
- marketplace_product_t
- media_t
- model_response_attribute_attributeset_list_t
- model_response_attribute_group_list_t
- model_response_attribute_list_t
- model_response_batch_job_list_t
- model_response_cart_catalog_price_rules_list_t
- model_response_cart_coupon_list_t
- model_response_cart_gift_card_list_t
- model_response_cart_meta_data_list_t
- model_response_cart_script_list_t
- model_response_cart_shipping_zones_list_t
- model_response_category_list_t
- model_response_customer_attribute_list_t
- model_response_customer_group_list_t
- model_response_customer_list_t
- model_response_customer_wishlist_list_t
- model_response_marketplace_product_find_t
- model_response_order_abandoned_list_t
- model_response_order_list_t
- model_response_order_preestimate_shipping_list_t
- model_response_order_shipment_list_t
- model_response_order_status_list_t
- model_response_order_transaction_list_t
- model_response_product_attribute_list_t
- model_response_product_brand_list_t
- model_response_product_child_item_list_t
- model_response_product_currency_list_t
- model_response_product_list_t
- model_response_product_option_list_t
- model_response_product_review_list_t
- model_response_return_list_t
- model_response_subscriber_list_t
- model_response_tax_class_info_t
- model_response_tax_class_list_t
- order_t
- order_abandoned_t
- order_add_t
- order_add_200_response_t
- order_add_200_response_result_t
- order_add_note_attributes_inner_t
- order_add_order_item_inner_t
- order_add_order_item_inner_order_item_option_inner_t
- order_add_order_item_inner_order_item_property_inner_t
- order_calculate_t
- order_calculate_200_response_t
- order_calculate_bundle_t
- order_calculate_discount_t
- order_calculate_item_t
- order_calculate_order_item_inner_t
- order_calculate_order_item_inner_order_item_option_inner_t
- order_calculate_shipping_rate_t
- order_calculate_subtotal_t
- order_calculate_tax_t
- order_count_200_response_t
- order_count_200_response_result_t
- order_financial_status_list_200_response_t
- order_financial_status_list_200_response_result_t
- order_financial_status_list_200_response_result_order_financial_statuses_inner_t
- order_fulfillment_status_list_200_response_t
- order_fulfillment_status_list_200_response_result_t
- order_info_200_response_t
- order_item_t
- order_item_option_t
- order_payment_method_t
- order_preestimate_shipping_t
- order_preestimate_shipping_list_t
- order_preestimate_shipping_list_order_item_inner_t
- order_preestimate_shipping_list_order_item_inner_order_item_option_inner_t
- order_refund_t
- order_refund_add_t
- order_refund_add_200_response_t
- order_refund_add_200_response_result_t
- order_refund_add_items_inner_t
- order_return_add_t
- order_return_add_200_response_t
- order_return_add_200_response_result_t
- order_return_add_order_products_inner_t
- order_return_update_t
- order_return_update_order_products_inner_t
- order_shipment_add_t
- order_shipment_add_200_response_t
- order_shipment_add_200_response_result_t
- order_shipment_add_batch_t
- order_shipment_add_batch_payload_inner_t
- order_shipment_add_batch_payload_inner_items_inner_t
- order_shipment_add_items_inner_t
- order_shipment_add_tracking_numbers_inner_t
- order_shipment_delete_200_response_t
- order_shipment_delete_200_response_result_t
- order_shipment_info_200_response_t
- order_shipment_tracking_add_t
- order_shipment_tracking_add_200_response_t
- order_shipment_tracking_add_200_response_result_t
- order_shipment_update_t
- order_shipping_method_t
- order_status_t
- order_status_history_item_t
- order_status_refund_t
- order_status_refund_item_t
- order_total_t
- order_totals_t
- order_totals_new_discount_t
- order_transaction_t
- pagination_t
- plugin_t
- plugin_list_t
- product_t
- product_add_t
- product_add_200_response_t
- product_add_200_response_result_t
- product_add_batch_t
- product_add_batch_payload_inner_t
- product_add_batch_payload_inner_advanced_prices_inner_t
- product_add_batch_payload_inner_images_inner_t
- product_add_batch_payload_inner_sales_tax_t
- product_add_best_offer_t
- product_add_certifications_inner_t
- product_add_certifications_inner_files_inner_t
- product_add_certifications_inner_images_inner_t
- product_add_files_inner_t
- product_add_group_prices_inner_t
- product_add_logistic_info_inner_t
- product_add_manufacturer_info_t
- product_add_package_details_t
- product_add_personalization_details_t
- product_add_sales_tax_t
- product_add_seller_profiles_t
- product_add_shipping_details_inner_t
- product_add_size_chart_t
- product_add_specifics_inner_t
- product_add_specifics_inner_booking_details_t
- product_add_specifics_inner_booking_details_availabilities_inner_t
- product_add_specifics_inner_booking_details_availabilities_inner_times_inner_t
- product_add_specifics_inner_booking_details_overrides_inner_t
- product_add_specifics_inner_food_details_t
- product_add_specifics_inner_group_products_details_inner_t
- product_add_tier_prices_inner_t
- product_advanced_price_t
- product_attribute_t
- product_attribute_value_set_200_response_t
- product_attribute_value_set_200_response_result_t
- product_attribute_value_unset_200_response_t
- product_attribute_value_unset_200_response_result_t
- product_child_item_combination_t
- product_child_item_find_200_response_t
- product_child_item_find_200_response_result_t
- product_child_item_info_200_response_t
- product_count_200_response_t
- product_count_200_response_result_t
- product_currency_add_200_response_t
- product_currency_add_200_response_result_t
- product_delete_batch_t
- product_delete_batch_payload_inner_t
- product_find_200_response_t
- product_find_200_response_result_t
- product_find_200_response_result_product_inner_t
- product_group_item_t
- product_group_price_t
- product_image_add_t
- product_image_add_200_response_t
- product_image_add_200_response_result_t
- product_image_update_200_response_t
- product_image_update_200_response_result_t
- product_info_200_response_t
- product_inventory_t
- product_manufacturer_add_200_response_t
- product_manufacturer_add_200_response_result_t
- product_option_t
- product_option_add_t
- product_option_add_200_response_t
- product_option_add_200_response_result_t
- product_option_add_values_inner_t
- product_option_assign_200_response_t
- product_option_assign_200_response_result_t
- product_option_item_t
- product_option_value_add_200_response_t
- product_option_value_add_200_response_result_t
- product_option_value_assign_200_response_t
- product_option_value_assign_200_response_result_t
- product_price_add_t
- product_price_update_t
- product_price_update_group_prices_inner_t
- product_review_t
- product_review_rating_t
- product_tax_add_t
- product_tax_add_200_response_t
- product_tax_add_200_response_result_t
- product_tax_add_tax_rates_inner_t
- product_tier_price_t
- product_update_t
- product_update_batch_t
- product_update_batch_payload_inner_t
- product_update_batch_payload_inner_advanced_prices_inner_t
- product_update_batch_payload_inner_images_inner_t
- product_variant_add_t
- product_variant_add_200_response_t
- product_variant_add_200_response_result_t
- product_variant_add_attributes_inner_t
- product_variant_add_batch_t
- product_variant_add_batch_payload_inner_t
- product_variant_add_batch_payload_inner_combination_inner_t
- product_variant_delete_batch_t
- product_variant_delete_batch_payload_inner_t
- product_variant_image_add_t
- product_variant_image_add_200_response_t
- product_variant_image_add_200_response_result_t
- product_variant_price_add_t
- product_variant_price_update_t
- product_variant_update_t
- product_variant_update_batch_t
- product_variant_update_batch_payload_inner_t
- product_variant_update_options_inner_t
- response_attribute_attributeset_list_result_t
- response_attribute_group_list_result_t
- response_attribute_list_result_t
- response_batch_job_list_result_t
- response_batch_job_result_t
- response_cart_catalog_price_rules_list_result_t
- response_cart_coupon_list_result_t
- response_cart_giftcard_list_result_t
- response_cart_meta_data_list_result_t
- response_cart_script_list_result_t
- response_cart_shipping_zones_list_result_t
- response_category_list_result_t
- response_customer_attribute_list_result_t
- response_customer_group_list_result_t
- response_customer_list_result_t
- response_customer_wishlist_list_result_t
- response_marketplace_product_find_result_t
- response_order_abandoned_list_result_t
- response_order_list_result_t
- response_order_preestimate_shipping_list_result_t
- response_order_shipment_list_result_t
- response_order_status_list_result_t
- response_order_transaction_list_result_t
- response_product_attribute_list_result_t
- response_product_brand_list_result_t
- response_product_child_item_list_result_t
- response_product_currency_list_result_t
- response_product_list_result_t
- response_product_option_list_result_t
- response_product_review_list_result_t
- response_return_list_result_t
- response_subscriber_list_result_t
- response_tax_class_info_result_t
- response_tax_class_list_result_t
- return_action_t
- return_action_list_200_response_t
- return_action_list_200_response_result_t
- return_count_200_response_t
- return_count_200_response_result_t
- return_info_200_response_t
- return_order_product_t
- return_reason_t
- return_reason_list_200_response_t
- return_reason_list_200_response_result_t
- return_status_t
- return_status_list_200_response_t
- return_status_list_200_response_result_t
- script_t
- shipment_t
- shipment_item_t
- shipment_tracking_number_t
- special_price_t
- state_t
- status_t
- store_attribute_t
- store_attribute_attribute_set_t
- store_attribute_group_t
- subscriber_t
- tax_class_t
- tax_class_countries_t
- tax_class_rate_t
- tax_class_states_t
- tax_class_zip_codes_t
- tax_class_zip_codes_range_t
- webhook_t
- webhook_count_200_response_t
- webhook_count_200_response_result_t
- webhook_events_200_response_t
- webhook_events_200_response_result_t
- webhook_events_200_response_result_events_inner_t
- webhook_list_200_response_t
- webhook_list_200_response_result_t
Authentication schemes defined for the API:
-
Type: API key
-
API key parameter name: x-api-key
-
Location: HTTP header
-
Type: API key
-
API key parameter name: x-store-key
-
Location: HTTP header