Overview
Configuration is provided for establishing connections with the Magento service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Configuration
Base URL address: https://[host]/rest/V1
.
- Token
-
The authentication uses a session token.
The authentication has the following user-defined parameters:
- username:
- password:
- token:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
Documentation: http://devdocs.magento.com/guides/v2.0/get-started/authentication/gs-authentication-token.html.
- OAuth
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- oauth_consumer_key:
- oauth_consumer_secret:
- oauth_token:
- oauth_token_secret:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
OAuth {{=Magento.getAuthentication(request)}}
Documentation: http://devdocs.magento.com/guides/v2.0//get-started/authentication/gs-authentication-oauth.html.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/bundle-products/{{=parameters.sku}}/children
.The action has the following user-defined parameters:
- sku: Required. Specify bundle product identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductLinkManagementV1/bundleProductLinkManagementV1GetChildrenGet.
- [Create] action
-
Endpoint URL address:
/bundle-products/{{=item.sku}}/links
.The following request parameters will be automatically processed:
-
application/json:
{{={ linkedProduct: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductLinkManagementV1/bundleProductLinkManagementV1AddChildByProductSkuPost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/bundle-products/{{=item.sku}}/links/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ linkedProduct: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductLinkManagementV1/bundleProductLinkManagementV1SaveChildPut.
-
application/json:
The resource includes the fields from the BundleProductLink template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/bundle-products/{{=parameters.sku}}/options/all
.The action has the following user-defined parameters:
- sku: Required. Specify bundle product identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductOptionRepositoryV1/bundleProductOptionRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/bundle-products/options/add
.
The result is extracted from:{{=response.option}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductOptionManagementV1/bundleProductOptionManagementV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/bundle-products/options/{{=item.optionId}}
.
The result is extracted from:{{=response.option}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductOptionManagementV1/bundleProductOptionManagementV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/bundle-products/{{=item.sku}}/options/{{=item.optionId}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductOptionRepositoryV1/bundleProductOptionRepositoryV1DeleteByIdDelete.
The resource includes the fields from the BundleProductOption template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/bundle-products/options/types
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/bundleProductOptionTypeListV1/bundleProductOptionTypeListV1GetItemsGet.
- label
Template: ShortText.
- code
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/attribute-sets/sets/list
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogAttributeSetRepositoryV1/catalogAttributeSetRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/products/attribute-sets
.
The result is extracted from:{{=response.attributeSet}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ attributeSet: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogAttributeSetManagementV1/catalogAttributeSetManagementV1CreatePost.
-
application/json:
The resource includes the fields from the AttributeSet template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/categories/attributes/{{=parameters.attributeCode}}/options
.The action has the following user-defined parameters:
- attributeCode: Required. Specify attribute code.
The resource includes the fields from the AttributeOption template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/categories/attributes
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryAttributeRepositoryV1/catalogCategoryAttributeRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Read productAttributeSetId] action
-
Endpoint URL address:
/products/attribute-sets/{{=parameters.productAttributeSetId}}/attributes
.
The result is extracted from:{{=response}}
.The action has the following user-defined parameters:
- productAttributeSetId: Required. Specify attribute set identifier.
The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeManagementV1/catalogProductAttributeManagementV1GetAttributesGet.
The resource includes the fields from the Attribute template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/categories/{{=parameters.categoryId}}/products
.The action has the following user-defined parameters:
- categoryId: Required. Specify category identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryLinkManagementV1/catalogCategoryLinkManagementV1GetAssignedProductsGet.
- [Create] action
-
Endpoint URL address:
/categories/{{=item.categoryId}}/products
.
The result is extracted from:{{=response.productLink}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ productLink: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryLinkRepositoryV1/catalogCategoryLinkRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/categories/{{=item.categoryId}}/products/{{=item.sku}}
.
The result is extracted from:{{=response.productLink}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ productLink: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryLinkRepositoryV1/catalogCategoryLinkRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/categories/{{=item.categoryId}}/products/{{=item.sku}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryLinkRepositoryV1/catalogCategoryLinkRepositoryV1DeleteByIdsDelete.
- sku
A key field. Template: ShortText.
- position
Data type: DT_I4
- category_id
A key field. Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/categories
.
The result is extracted from:{{=Magento.flatten([response], 'children_data')}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryManagementV1/catalogCategoryManagementV1GetTreeGet.
- [Create] action
-
Endpoint URL address:
/categories
.The following request parameters will be automatically processed:
-
application/json:
{{={ category: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryRepositoryV1/catalogCategoryRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/categories/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ category: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryRepositoryV1/catalogCategoryRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/categories/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogCategoryRepositoryV1/catalogCategoryRepositoryV1DeleteByIdentifierDelete.
- id
A key field. Data type: DT_I4
- name
Template: ShortText.
- parent_id
Data type: DT_I4
- is_active
Data type: DT_BOOL
- position
Data type: DT_I4
- level
Data type: DT_I4
- product_count
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/stockItems/lowStock/
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
page:
{{=parameters.iterator}}
-
pageSize:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogInventoryStockRegistryV1/catalogInventoryStockRegistryV1GetLowStockItemsGet.
-
page:
- stock_id
Data type: DT_I4
- product_id
Data type: DT_I4
- qty
Data type: DT_I4
- stock_status
Data type: DT_I4
- stock_item
Template: StockItemT.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/attribute-sets/groups/list
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeGroupRepositoryV1/catalogProductAttributeGroupRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/products/attribute-sets/groups
.The following request parameters will be automatically processed:
-
application/json:
{{={ group: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeGroupRepositoryV1/catalogProductAttributeGroupRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/attribute-sets/groups/{{=item.attributeGroupId}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ group: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeGroupRepositoryV1/catalogProductAttributeGroupRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/attribute-sets/groups/{{=item.attributeGroupId}}
.
- attribute_group_id
A key field. Template: ShortText.
- attribute_group_name
Template: ShortText.
- attribute_set_id
Data type: DT_I4
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/products/attribute-sets/attributes
.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeManagementV1/catalogProductAttributeManagementV1AssignPost.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/attribute-sets/{{=item.attributeSetId}}/attributes/{{=item.attributeCode}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeManagementV1/catalogProductAttributeManagementV1UnassignDelete.
- attribute_set_id
A key field. Data type: DT_I4
- attribute_group_id
Data type: DT_I4
- attribute_code
A key field. Template: ShortText.
- sort_order
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/{{=parameters.sku}}/media
.The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
- [Create] action
-
Endpoint URL address:
/products/{{=item.sku}}/media
.
The result is extracted from:{{=response.entry}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ entry: item } }}
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/{{=item.sku}}/media/{{=item.id}}
.
The result is extracted from:{{=response.entry}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ entry: item } }}
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/{{=item.sku}}/media/{{=item.id}}
.
The resource includes the fields from the MediaGallery template.
- sku
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/attributes/{{=parameters.attributeCode}}/options
.The action has the following user-defined parameters:
- attributeCode: Required. Specify attribute code.
- [Create] action
-
Endpoint URL address:
/products/attributes/{{=item.attribute_code}}/options
.
The result is extracted from:{{=response.option}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeOptionManagementV1/catalogProductAttributeOptionManagementV1AddPost.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/attributes/{{=item.attribute_code}}/options/{{=item.value}}
.
The resource includes the fields from the AttributeOption template.
- attribute_code
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/attributes
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeRepositoryV1/catalogProductAttributeRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/products/attributes
.
The result is extracted from:{{=response.attribute}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ attribute: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeRepositoryV1/catalogProductAttributeRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/attributes/{{=item.attribute_code}}
.
The result is extracted from:{{=response.attribute}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ attribute: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeRepositoryV1/catalogProductAttributeRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/attributes/{{=item.attribute_code}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeRepositoryV1/catalogProductAttributeRepositoryV1DeleteByIdDelete.
The resource includes the fields from the Attribute template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/attributes/types
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductAttributeTypesListV1/catalogProductAttributeTypesListV1GetItemsGet.
- label
Template: ShortText.
- value
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/{{=parameters.sku}}/options
.The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductCustomOptionRepositoryV1/catalogProductCustomOptionRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/products/options
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductCustomOptionRepositoryV1/catalogProductCustomOptionRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/options/{{=item.optionId}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductCustomOptionRepositoryV1/catalogProductCustomOptionRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/{{=item.sku}}/options/{{=item.optionId}}
.
The resource includes the fields from the ProductOption template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/options/types
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductCustomOptionTypeListV1/catalogProductCustomOptionTypeListV1GetItemsGet.
- label
Template: ShortText.
- code
Template: ShortText.
- group
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/{{=parameters.sku}}/links/{{=parameters.type}}
.
The result is extracted from:.
The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
- type: Required.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductLinkManagementV1/catalogProductLinkManagementV1GetLinkedItemsByTypeGet.
- [Create] action
-
Endpoint URL address:
/products/{{=item.sku}}/links
.The following request parameters will be automatically processed:
-
application/json:
{{={ items: [item] } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductLinkManagementV1/catalogProductLinkManagementV1SetProductLinksPost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/{{=item.sku}}/links
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductLinkRepositoryV1/catalogProductLinkRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/{{=item.sku}}/links/{{=item.linkType}}/{{=item.linkedProductSku}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductLinkRepositoryV1/catalogProductLinkRepositoryV1DeleteByIdDelete.
The resource includes the fields from the ProductLink template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/links/types
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductLinkTypeListV1/catalogProductLinkTypeListV1GetItemsGet.
- code
Data type: DT_I4
- name
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/links/{{=parameters.type}}/attributes
.The action has the following user-defined parameters:
- type: Required. Specify link type.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductLinkTypeListV1/catalogProductLinkTypeListV1GetItemAttributesGet.
- code
Data type: DT_I4
- name
Template: ShortText.
- extensionAttributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/media/types/{{=parameters.attributeSetName}}
.The action has the following user-defined parameters:
- attributeSetName: Required. Specify attribute set name.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductMediaAttributeManagementV1/catalogProductMediaAttributeManagementV1GetListGet.
The resource includes the fields from the Attribute template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- attributeSetId: Required. Specify product attribute set identifier.
The following request parameters will be automatically processed:
-
searchCriteria[filter_groups][0][filters][0][field]:
attribute_set_id
-
searchCriteria[filter_groups][0][filters][0][value]:
{{=parameters.attributeSetId}}
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductRepositoryV1/catalogProductRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/products
.The action has the following user-defined parameters:
- attributeSetId: Required. Specify product attribute set identifier.
The following request parameters will be automatically processed:
-
application/json:
{{={ product: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductRepositoryV1/catalogProductRepositoryV1SavePost.
- [Update] action
-
Endpoint URL address:
/products/{{=item.sku}}
.The action has the following user-defined parameters:
- attributeSetId: Required. Specify product attribute set identifier.
The following request parameters will be automatically processed:
-
application/json:
{{={ product: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductRepositoryV1/catalogProductRepositoryV1SavePut.
- [Delete] action
-
Endpoint URL address:
/products/{{=item.sku}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductRepositoryV1/catalogProductRepositoryV1DeleteByIdDelete.
- sku
A key field. Template: ShortText.
- id
Data type: DT_I4
- name
Template: ShortText.
- attribute_set_id
Data type: DT_I4
- price
Data type: DT_R8
- status
Data type: DT_I4
- visibility
Data type: DT_I4
- typeId
Template: ShortText.
- created_at
Template: DateTime.
- updated_at
Template: DateTime.
- weight
Data type: DT_I4
- extension_attributes
Field components:
-
Uses template:
DownloadableLink
. - Contains the following components: downloadable_product_links, downloadable_product_samples, stock_item, giftcard_amounts, configurable_product_options, configurable_product_links, bundle_product_options, extension_attributes.
-
Uses template:
- product_links
Template: ProductLink. An array field.
- options
Template: ProductOption. An array field.
- media_gallery_entries
Template: MediaGallery. An array field.
- tier_prices
An array field. Field components:
-
Uses template:
LongText
. - Contains the following components: customer_group_id, qty, value, extension_attributes.
-
Uses template:
- [External]
-
The external fields URL address:
/products/attribute-sets/{{=parameters.attributeSetId}}/attributes
.- custom_attributes.{{=external.attribute_code}}
Data type: {{=Magento.getDataType(external.backend_type)}} ( length 255 )
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/{{=parameters.sku}}/group-prices/{{=parameters.customerGroupId}}/tiers
.The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
- customerGroupId: Required. Specify customer group identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductTierPriceManagementV1/catalogProductTierPriceManagementV1GetListGet.
- [Create] action
-
Endpoint URL address:
/products/{{=item.sku}}/group-prices/{{=item.customerGroupId}}/tiers/{{=item.qty}}/price/{{=item.value}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductTierPriceManagementV1/catalogProductTierPriceManagementV1AddPost.
- [Delete] action
-
Endpoint URL address:
/products/{{=item.sku}}/group-prices/{{=item.customerGroupId}}/tiers/{{=item.qty}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductTierPriceManagementV1/catalogProductTierPriceManagementV1RemoveDelete.
- customer_group_id
A key field. Data type: DT_I4
- qty
A key field. Data type: DT_I4
- value
Data type: DT_R8
- extension_attributes
Template: LongText. A composite field.
- sku
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/types
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductTypeListV1/catalogProductTypeListV1GetProductTypesGet.
- name
Template: ShortText.
- label
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/products/{{=item.sku}}/websites
.The following request parameters will be automatically processed:
-
application/json:
{{={ productWebsiteLink: { sku: item.sku, websiteId: item.websiteId } } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductWebsiteLinkRepositoryV1/catalogProductWebsiteLinkRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/{{=item.sku}}/websites
.The following request parameters will be automatically processed:
-
application/json:
{{={ productWebsiteLink: { sku: item.sku, website_id: item.website_id } } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductWebsiteLinkRepositoryV1/catalogProductWebsiteLinkRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/{{=item.sku}}/websites/{{=item.website_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/catalogProductWebsiteLinkRepositoryV1/catalogProductWebsiteLinkRepositoryV1DeleteByIdDelete.
- sku
A key field. Template: ShortText.
- website_id
A key field. Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/carts/licence
.
- agreement_id
A key field. Data type: DT_I4
- name
Template: ShortText.
- content
Template: ShortText.
- content_height
Template: ShortText.
- checkbox_text
Template: ShortText.
- is_active
Data type: DT_BOOL
- is_html
Data type: DT_BOOL
- mode
Data type: DT_I4
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/cmsBlock/search
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- searchCriteria: Required.
The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsBlockRepositoryV1/cmsBlockRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/cmsBlock
.The following request parameters will be automatically processed:
-
application/json:
{{={ block: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsBlockRepositoryV1/cmsBlockRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/cmsBlock/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ block: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsBlockRepositoryV1/cmsBlockRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/cmsBlock/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsBlockRepositoryV1/cmsBlockRepositoryV1DeleteByIdDelete.
- id
A key field. Data type: DT_I4
- identifier
Template: ShortText.
- title
Template: ShortText.
- content
Template: LongText.
- creation_time
Template: DateTime.
- update_time
Template: DateTime.
- active
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/cmsPage/search
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- searchCriteria: Required.
The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsPageRepositoryV1/cmsPageRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/cmsPage
.The following request parameters will be automatically processed:
-
application/json:
{{={ page: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsPageRepositoryV1/cmsPageRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/cmsPage/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ page: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsPageRepositoryV1/cmsPageRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/cmsPage/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/cmsPageRepositoryV1/cmsPageRepositoryV1DeleteByIdDelete.
- id
A key field. Data type: DT_I4
- identifier
Template: ShortText.
- title
Template: ShortText.
- page_layout
Template: ShortText.
- meta_keywords
Template: ShortText.
- meta_description
Template: ShortText.
- content_heading
Template: ShortText.
- content
Template: LongText.
- creation_time
Template: DateTime.
- update_time
Template: DateTime.
- sort_order
Template: ShortText.
- layout_update_xml
Template: ShortText.
- custom_theme
Template: ShortText.
- custom_root_template
Template: ShortText.
- custom_layout_update_xml
Template: ShortText.
- custom_theme_from
Template: ShortText.
- custom_theme_to
Template: ShortText.
- active
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/configurable-products/{{=parameters.sku}}/options/all
.The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/configurableProductOptionRepositoryV1/configurableProductOptionRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/configurable-products/{{=item.sku}}/options
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/configurableProductOptionRepositoryV1/configurableProductOptionRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/configurable-products/{{=item.sku}}/options/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ option: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/configurableProductOptionRepositoryV1/configurableProductOptionRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/configurable-products/{{=item.sku}}/options/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/configurableProductOptionRepositoryV1/configurableProductOptionRepositoryV1DeleteByIdDelete.
The resource includes the fields from the ConfigurableProductOption template.
- sku
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customers/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerCustomerRepositoryV1/customerCustomerRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/customers
.The following request parameters will be automatically processed:
-
application/json:
{{={ customer: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerCustomerRepositoryV1/customerCustomerRepositoryV1SavePut.
-
application/json:
- [Update] action
-
Endpoint URL address:
/customers/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ customer: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerCustomerRepositoryV1/customerCustomerRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/customers/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerCustomerRepositoryV1/customerCustomerRepositoryV1DeleteByIdDelete.
The resource includes the fields from the CustomerT template.
- [External]
-
The external fields URL address:
/attributeMetadata/customer/custom
.- custom_attributes.{{=external.attribute_code}}
Data type: {{=Magento.getDataType(external.backend_type)}} ( length 255 ) The value is gathered from
/customers/{{=item.id}}
address.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/attributeMetadata/customer
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerCustomerMetadataV1/customerCustomerMetadataV1GetAllAttributesMetadataGet.
- [Read custom] action
-
Endpoint URL address:
/attributeMetadata/customer/custom
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerCustomerMetadataV1/customerCustomerMetadataV1GetCustomAttributesMetadataGet.
- [Read address] action
-
Endpoint URL address:
/attributeMetadata/customerAddress
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerAddressMetadataV1/customerAddressMetadataV1GetAllAttributesMetadataGet.
- [Read address_custom] action
-
Endpoint URL address:
/attributeMetadata/customerAddress/custom
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerAddressMetadataV1/customerAddressMetadataV1GetCustomAttributesMetadataGet.
- [Read rma] action
-
Endpoint URL address:
/returnsAttributeMetadata
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaRmaAttributesManagementV1/rmaRmaAttributesManagementV1GetAllAttributesMetadataGet.
- [Read rma_custom] action
-
Endpoint URL address:
/returnsAttributeMetadata/custom
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaRmaAttributesManagementV1/rmaRmaAttributesManagementV1GetCustomAttributesMetadataGet.
- attribute_code
A key field. Template: ShortText.
- frontend_input
Template: ShortText.
- input_filter
Template: ShortText.
- store_label
Template: ShortText.
- validation_rules
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: key, value.
-
Uses template:
- multiline_count
Data type: DT_I4
- visible
Data type: DT_BOOL
- required
Data type: DT_BOOL
- data_model
Template: ShortText.
- options
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: label, value, options.
-
Uses template:
- frontend_class
Template: ShortText.
- user_defined
Data type: DT_BOOL
- sort_order
Data type: DT_I4
- frontend_label
Template: ShortText.
- note
Template: ShortText.
- system
Data type: DT_BOOL
- backend_type
Template: ShortText.
- is_used_in_grid
Data type: DT_BOOL
- is_visible_in_grid
Data type: DT_BOOL
- is_filterable_in_grid
Data type: DT_BOOL
- is_searchable_in_grid
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customerGroups/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerGroupRepositoryV1/customerGroupRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/customerGroups
.The following request parameters will be automatically processed:
-
application/json:
{{={ group: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerGroupRepositoryV1/customerGroupRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/customerGroups/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ group: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerGroupRepositoryV1/customerGroupRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/customerGroups/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerGroupRepositoryV1/customerGroupRepositoryV1DeleteByIdDelete.
- id
A key field. Data type: DT_I4
- code
Template: ShortText.
- tax_class_id
Data type: DT_I4
- tax_class_name
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
- permissions
-
The value is gathered from
/customerGroups/{{=item.id}}/permissions
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/customerGroupManagementV1/customerGroupManagementV1IsReadonlyGet.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/directory/countries
.
- id
Template: ShortText.
- two_letter_abbreviation
Template: ShortText.
- three_letter_abbreviation
Template: ShortText.
- full_name_locale
Template: ShortText.
- full_name_english
Template: ShortText.
- available_regions
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, code, name, extension_attributes.
-
Uses template:
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/directory/currency
.
- base_currency_code
Template: ShortText.
- base_currency_symbol
Template: ShortText.
- default_display_currency_code
Template: ShortText.
- default_display_currency_symbol
Template: ShortText.
- available_currency_codes
Template: LongText. A composite field.
- exchange_rates
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: currency_to, rate, extension_attributes.
-
Uses template:
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/{{=parameters.sku}}/downloadable-links
.The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableLinkRepositoryV1/downloadableLinkRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/products/{{=item.sku}}/downloadable-links
.The following request parameters will be automatically processed:
-
application/json:
{{={ link: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableLinkRepositoryV1/downloadableLinkRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/{{=item.sku}}/downloadable-links/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ link: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableLinkRepositoryV1/downloadableLinkRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/downloadable-links/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableLinkRepositoryV1/downloadableLinkRepositoryV1DeleteDelete.
The resource includes the fields from the DownloadableLink template.
- sku
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/products/{{=parameters.sku}}/downloadable-links/samples
.The action has the following user-defined parameters:
- sku: Required. Specify product identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableSampleRepositoryV1/downloadableSampleRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/products/{{=item.sku}}/downloadable-links/samples
.The following request parameters will be automatically processed:
-
application/json:
{{={ sample: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableSampleRepositoryV1/downloadableSampleRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/products/{{=item.sku}}/downloadable-links/samples/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ sample: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableSampleRepositoryV1/downloadableSampleRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/products/downloadable-links/samples/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/downloadableSampleRepositoryV1/downloadableSampleRepositoryV1DeleteDelete.
The resource includes the fields from the DownloadableSample template.
- sku
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/eav/attribute-sets/list
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/eavAttributeSetRepositoryV1/eavAttributeSetRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/eav/attribute-sets
.The following request parameters will be automatically processed:
-
application/json:
{{={ attribute_set: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/eavAttributeSetManagementV1/eavAttributeSetManagementV1CreatePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/eav/attribute-sets/{{=item.attribute_set_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ attribute_set: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/eavAttributeSetRepositoryV1/eavAttributeSetRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/eav/attribute-sets/{{=item.attribute_set_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/eavAttributeSetRepositoryV1/eavAttributeSetRepositoryV1DeleteByIdDelete.
The resource includes the fields from the AttributeSet template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/gift-wrappings
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/giftWrappingWrappingRepositoryV1/giftWrappingWrappingRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/gift-wrappings
.The following request parameters will be automatically processed:
-
application/json:
{{={ data: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/giftWrappingWrappingRepositoryV1/giftWrappingWrappingRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/gift-wrappings/{{=item.wrapping_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ data: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/giftWrappingWrappingRepositoryV1/giftWrappingWrappingRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/gift-wrappings/{{=item.wrapping_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/giftWrappingWrappingRepositoryV1/giftWrappingWrappingRepositoryV1DeleteByIdDelete.
- wrapping_id
A key field. Data type: DT_I4
- design
Template: ShortText.
- status
Data type: DT_I4
- base_price
Data type: DT_R8
- image_name
Template: ShortText.
- image_base64_content
Data type: DT_IMAGE Before setting, the value is processed with
{{=!_.isUndefined(value) && getClrType('System.Convert').ToBase64String(value)}}
expression.- base_currency_code
Template: ShortText.
- website_ids
Template: LongText. A composite field.
- image_url
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/carts/{{=parameters.cart_id}}/items
.The action has the following user-defined parameters:
- cart_id: Required. Specify cart identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteCartItemRepositoryV1/quoteCartItemRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/carts/{{=item.cart_id}}/items
.The following request parameters will be automatically processed:
-
application/json:
{{={ cartItem: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteCartItemRepositoryV1/quoteCartItemRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/carts/{{=item.cart_id}}/items/{{=item.item_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteCartItemRepositoryV1/quoteCartItemRepositoryV1SavePut.
- [Delete] action
-
Endpoint URL address:
/carts/{{=item.cart_id}}/items/{{=item.item_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteCartItemRepositoryV1/quoteCartItemRepositoryV1DeleteByIdDelete.
The resource includes the fields from the CartItem template.
- cart_id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/carts/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteCartRepositoryV1/quoteCartRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
The resource includes the fields from the QuoteCartT template.
- items
Template: CartItem. An array field. The value is gathered from
/carts/{{=item.id}}
address.- totals
Template: TotalsT. The value is gathered from
/carts/{{=item.id}}/totals
address.- coupons
The value is gathered from
/carts/{{=item.id}}/coupons
address.- selected_payment_method
-
Template: SelectedPaymentMethod. The value is gathered from
/carts/{{=item.id}}/selected-payment-method
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quotePaymentMethodManagementV1/quotePaymentMethodManagementV1GetGet.
- payment_methods
-
An array field. The value is gathered from
/carts/{{=item.id}}/payment-methods
address. Field components:-
Uses template:
ShortText
. - Contains the following components: code, title.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quotePaymentMethodManagementV1/quotePaymentMethodManagementV1GetListGet.
-
Uses template:
- shipping_methods
-
Template: ShippingMethod. An array field. The value is gathered from
/carts/{{=item.id}}/shipping-methods
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteShippingMethodManagementV1/quoteShippingMethodManagementV1GetListGet.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/guest-carts/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
-
searchCriteria[currentPage]:
The resource includes the fields from the QuoteCartT template.
- items
-
Template: CartItem. An array field. The value is gathered from
/guest-carts/{{=item.id}}/items
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestCartItemRepositoryV1/quoteGuestCartItemRepositoryV1GetListGet.
- billing_address
-
The value is gathered from
/guest-carts/{{=item.id}}/billing-address
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestBillingAddressManagementV1/quoteGuestBillingAddressManagementV1GetGet.
- totals
Template: TotalsT. The value is gathered from
/guest-carts/{{=item.id}}/totals
address.- coupons
The value is gathered from
/guest-carts/{{=item.id}}/coupons
address.- selected_payment_method
-
Template: SelectedPaymentMethod. The value is gathered from
/guest-carts/{{=item.id}}/selected-payment-method
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestPaymentMethodManagementV1/quoteGuestPaymentMethodManagementV1GetGet.
- payment_methods
-
An array field. The value is gathered from
/guest-carts/{{=item.id}}/payment-methods
address. Field components:-
Uses template:
ShortText
. - Contains the following components: code, title.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestPaymentMethodManagementV1/quoteGuestPaymentMethodManagementV1GetListGet.
-
Uses template:
- shipping_methods
-
Template: ShippingMethod. An array field. The value is gathered from
/guest-carts/{{=item.id}}/shipping-methods
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestShippingMethodManagementV1/quoteGuestShippingMethodManagementV1GetListGet.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/guest-carts/{{=parameters.cart_id}}/items
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestCartItemRepositoryV1/quoteGuestCartItemRepositoryV1GetListGet.
- [Create] action
-
Endpoint URL address:
/guest-carts/{{=item.cart_id}}/items
.The following request parameters will be automatically processed:
-
application/json:
{{={ cartItem: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestCartItemRepositoryV1/quoteGuestCartItemRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/guest-carts/{{=item.cart_id}}/items/{{=item.item_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ cartItem: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestCartItemRepositoryV1/quoteGuestCartItemRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/guest-carts/{{=item.cart_id}}/items/{{=item.item_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/quoteGuestCartItemRepositoryV1/quoteGuestCartItemRepositoryV1DeleteByIdDelete.
The resource includes the fields from the CartItem template.
- cart_id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/returns
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaRmaManagementV1/rmaRmaManagementV1SearchGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/returns
.The following request parameters will be automatically processed:
-
application/json:
{{={ rmaDataObject: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaRmaManagementV1/rmaRmaManagementV1SaveRmaPost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/returns/{{=item.entity_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ rmaDataObject: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaRmaManagementV1/rmaRmaManagementV1SaveRmaPut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/returns/{{=item.entity_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaRmaRepositoryV1/rmaRmaRepositoryV1DeleteDelete.
- entity_id
A key field. Data type: DT_I4
- increment_id
Template: ShortText.
- order_id
Data type: DT_I4
- order_increment_id
Template: ShortText.
- store_id
Data type: DT_I4
- customer_id
Data type: DT_I4
- date_requested
Template: DateTime.
- customer_custom_email
Template: ShortText.
- items
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: entity_id, rma_entity_id, order_item_id, qty_requested, qty_authorized, qty_approved, qty_returned, reason, condition, resolution, status, extension_attributes.
-
Uses template:
- status
Template: ShortText.
- comments
-
An array field. The value is gathered from
/returns/{{=item.entity_id}}/comments
address. The gathered value is processed with{{=response.items}}
expression. Field components:-
Uses template:
ShortText
. - Contains the following components: comment, rma_entity_id, created_at, entity_id, customer_notified, visible_on_front, status, admin, extension_attributes, custom_attributes.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaCommentManagementV1/rmaCommentManagementV1CommentsListGet.
-
Uses template:
- tracks
-
An array field. The value is gathered from
/returns/{{=item.entity_id}}/tracking-numbers
address. The gathered value is processed with{{=response.items}}
expression. Field components:-
Uses template:
ShortText
. - Contains the following components: entity_id, rma_entity_id, track_number, carrier_title, carrier_code, extension_attributes.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaTrackManagementV1/rmaTrackManagementV1GetTracksGet.
-
Uses template:
- extension_attributes
Template: LongText. A composite field.
- labels
-
Data type: DT_IMAGE The value is gathered from
/returns/{{=item.entity_id}}/labels
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/rmaTrackManagementV1/rmaTrackManagementV1GetShippingLabelPdfGet.
- [External]
-
The external fields URL address:
/returnsAttributeMetadata/custom
.- custom_attributes.{{=external.attribute_code}}
Data type: {{=Magento.getDataType(external.backend_type)}} ( length 255 )
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/creditmemos
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesCreditmemoRepositoryV1/salesCreditmemoRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/creditmemo
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesCreditmemoRepositoryV1/salesCreditmemoRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/creditmemo/{{=item.entity_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesCreditmemoManagementV1/salesCreditmemoManagementV1CancelPut.
-
application/json:
- entity_id
A key field. Data type: DT_I4
- adjustment
Data type: DT_R8
- adjustment_negative
Data type: DT_R8
- adjustment_positive
Data type: DT_R8
- base_adjustment
Data type: DT_R8
- base_adjustment_negative
Data type: DT_R8
- base_adjustment_positive
Data type: DT_R8
- base_currency_code
Template: ShortText.
- base_discount_amount
Data type: DT_R8
- base_grand_total
Data type: DT_R8
- base_discount_tax_compensation_amount
Data type: DT_R8
- base_shipping_amount
Data type: DT_R8
- base_shipping_discount_tax_compensation_amnt
Data type: DT_R8
- base_shipping_incl_tax
Data type: DT_R8
- base_shipping_tax_amount
Data type: DT_R8
- base_subtotal
Data type: DT_R8
- base_subtotal_incl_tax
Data type: DT_R8
- base_tax_amount
Data type: DT_R8
- base_to_global_rate
Data type: DT_R8
- base_to_order_rate
Data type: DT_R8
- billing_address_id
Data type: DT_I4
- created_at
Template: DateTime.
- creditmemo_status
Data type: DT_I4
- discount_amount
Data type: DT_R8
- discount_description
Template: LongText.
- email_sent
Data type: DT_I4
- global_currency_code
Template: ShortText.
- grand_total
Data type: DT_R8
- discount_tax_compensation_amount
Data type: DT_R8
- increment_id
Template: ShortText.
- invoice_id
Data type: DT_I4
- order_currency_code
Template: ShortText.
- order_id
Data type: DT_I4
- shipping_address_id
Data type: DT_I4
- shipping_amount
Data type: DT_R8
- shipping_discount_tax_compensation_amount
Data type: DT_R8
- shipping_incl_tax
Data type: DT_R8
- shipping_tax_amount
Data type: DT_R8
- state
Data type: DT_I4
- store_currency_code
Template: ShortText.
- store_id
Data type: DT_I4
- store_to_base_rate
Data type: DT_R8
- store_to_order_rate
Data type: DT_R8
- subtotal
Data type: DT_R8
- subtotal_incl_tax
Data type: DT_R8
- tax_amount
Data type: DT_R8
- transaction_id
Template: ShortText.
- updated_at
Template: DateTime.
- items
An array field. The value is gathered from
/creditmemo/{{=item.entity_id}}
address. Field components:-
Uses template:
ShortText
. - Contains the following components: additional_data, base_cost, base_discount_amount, base_discount_tax_compensation_amount, base_price, base_price_incl_tax, base_row_total, base_row_total_incl_tax, base_tax_amount, base_weee_tax_applied_amount, base_weee_tax_applied_row_amnt, base_weee_tax_disposition, base_weee_tax_row_disposition, description, discount_amount, entity_id, discount_tax_compensation_amount, name, order_item_id, parent_id, price, price_incl_tax, product_id, qty, row_total, row_total_incl_tax, sku, tax_amount, weee_tax_applied, weee_tax_applied_amount, weee_tax_applied_row_amount, weee_tax_disposition, weee_tax_row_disposition, extension_attributes.
-
Uses template:
- comments
-
Template: TransactionComment. An array field. The value is gathered from
/creditmemo/{{=item.entity_id}}/comments
address. The gathered value is processed with{{=response.items}}
expression.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesCreditmemoManagementV1/salesCreditmemoManagementV1GetCommentsListGet.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/creditmemo/{{=parameters.creditmemo_id}}/comments
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- creditmemo_id: Required. Specify credit memo identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesCreditmemoManagementV1/salesCreditmemoManagementV1GetCommentsListGet.
- [Create] action
-
Endpoint URL address:
/creditmemo/{{=item.creditmemo_id}}/comments
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesCreditmemoCommentRepositoryV1/salesCreditmemoCommentRepositoryV1SavePost.
-
application/json:
The resource includes the fields from the TransactionComment template.
- creditmemo_id
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/invoices
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesInvoiceRepositoryV1/salesInvoiceRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/invoices/
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesInvoiceRepositoryV1/salesInvoiceRepositoryV1SavePost.
-
application/json:
- entity_id
A key field. Data type: DT_I4
- base_currency_code
Template: ShortText.
- base_discount_amount
Data type: DT_R8
- base_grand_total
Data type: DT_R8
- base_discount_tax_compensation_amount
Data type: DT_R8
- base_shipping_amount
Data type: DT_R8
- base_shipping_discount_tax_compensation_amnt
Data type: DT_R8
- base_shipping_incl_tax
Data type: DT_R8
- base_shipping_tax_amount
Data type: DT_R8
- base_subtotal
Data type: DT_R8
- base_subtotal_incl_tax
Data type: DT_R8
- base_tax_amount
Data type: DT_R8
- base_total_refunded
Data type: DT_R8
- base_to_global_rate
Data type: DT_R8
- base_to_order_rate
Data type: DT_R8
- billing_address_id
Data type: DT_I4
- can_void_flag
Data type: DT_I4
- created_at
Template: DateTime.
- discount_amount
Data type: DT_R8
- discount_description
Template: LongText.
- email_sent
Data type: DT_I4
- global_currency_code
Template: ShortText.
- grand_total
Data type: DT_R8
- discount_tax_compensation_amount
Data type: DT_R8
- increment_id
Template: ShortText.
- is_used_for_refund
Data type: DT_I4
- order_currency_code
Template: ShortText.
- order_id
Data type: DT_I4
- shipping_address_id
Data type: DT_I4
- shipping_amount
Data type: DT_R8
- shipping_discount_tax_compensation_amount
Data type: DT_R8
- shipping_incl_tax
Data type: DT_R8
- shipping_tax_amount
Data type: DT_R8
- state
Data type: DT_I4
- store_currency_code
Template: ShortText.
- store_id
Data type: DT_I4
- store_to_base_rate
Data type: DT_R8
- store_to_order_rate
Data type: DT_R8
- subtotal
Data type: DT_R8
- subtotal_incl_tax
Data type: DT_R8
- tax_amount
Data type: DT_R8
- total_qty
Data type: DT_I4
- transaction_id
Template: ShortText.
- updated_at
Template: DateTime.
- items
An array field. The value is gathered from
/invoices/{{=item.entity_id}}
address. Field components:-
Uses template:
ShortText
. - Contains the following components: entity_id, additional_data, base_cost, base_discount_amount, base_discount_tax_compensation_amount, base_price, base_price_incl_tax, base_row_total, base_row_total_incl_tax, base_tax_amount, description, discount_amount, discount_tax_compensation_amount, name, parent_id, price, price_incl_tax, product_id, row_total, row_total_incl_tax, sku, tax_amount, order_item_id, qty, extension_attributes.
-
Uses template:
- comments
-
Template: TransactionComment. An array field. The value is gathered from
/invoices/{{=item.entity_id}}/comments
address. The gathered value is processed with{{=response.items}}
expression.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesInvoiceManagementV1/salesInvoiceManagementV1GetCommentsListGet.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/invoices/{{=parameters.invoice_id}}/comments
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- invoice_id: Required. Specify invoice identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesInvoiceManagementV1/salesInvoiceManagementV1GetCommentsListGet.
- [Create] action
-
Endpoint URL address:
/invoices/{{=item.invoice_id}}/comments
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesInvoiceCommentRepositoryV1/salesInvoiceCommentRepositoryV1SavePost.
-
application/json:
The resource includes the fields from the TransactionComment template.
- invoice_id
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/orders
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesOrderRepositoryV1/salesOrderRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- entity_id
A key field. Data type: DT_I4
- adjustment_negative
Data type: DT_R8
- adjustment_positive
Data type: DT_R8
- applied_rule_ids
Template: ShortText.
- base_adjustment_negative
Data type: DT_R8
- base_adjustment_positive
Data type: DT_R8
- base_currency_code
Template: ShortText.
- base_discount_amount
Data type: DT_R8
- base_discount_canceled
Data type: DT_R8
- base_discount_invoiced
Data type: DT_R8
- base_discount_refunded
Data type: DT_R8
- base_grand_total
Data type: DT_R8
- base_discount_tax_compensation_amount
Data type: DT_R8
- base_discount_tax_compensation_invoiced
Data type: DT_R8
- base_discount_tax_compensation_refunded
Data type: DT_R8
- base_shipping_amount
Data type: DT_R8
- base_shipping_canceled
Data type: DT_R8
- base_shipping_discount_amount
Data type: DT_R8
- base_shipping_discount_tax_compensation_amnt
Data type: DT_R8
- base_shipping_incl_tax
Data type: DT_R8
- base_shipping_invoiced
Data type: DT_R8
- base_shipping_refunded
Data type: DT_R8
- base_shipping_tax_amount
Data type: DT_R8
- base_shipping_tax_refunded
Data type: DT_R8
- base_subtotal
Data type: DT_R8
- base_subtotal_canceled
Data type: DT_R8
- base_subtotal_incl_tax
Data type: DT_R8
- base_subtotal_invoiced
Data type: DT_R8
- base_subtotal_refunded
Data type: DT_R8
- base_tax_amount
Data type: DT_R8
- base_tax_canceled
Data type: DT_R8
- base_tax_invoiced
Data type: DT_R8
- base_tax_refunded
Data type: DT_R8
- base_total_canceled
Data type: DT_R8
- base_total_due
Data type: DT_R8
- base_total_invoiced
Data type: DT_R8
- base_total_invoiced_cost
Data type: DT_R8
- base_total_offline_refunded
Data type: DT_R8
- base_total_online_refunded
Data type: DT_R8
- base_total_paid
Data type: DT_R8
- base_total_qty_ordered
Data type: DT_R8
- base_total_refunded
Data type: DT_R8
- base_to_order_rate
Data type: DT_R8
- billing_address_id
Data type: DT_I4
- can_ship_partially
Data type: DT_I4
- can_ship_partially_item
Data type: DT_I4
- coupon_code
Template: ShortText.
- created_at
Template: DateTime.
- customer_dob
Template: DateTime.
- customer_email
Template: ShortText.
- customer_firstname
Template: ShortText.
- customer_gender
Data type: DT_I4
- customer_group_id
Data type: DT_I4
- customer_id
Data type: DT_I4
- customer_is_guest
Data type: DT_BOOL
- customer_lastname
Template: ShortText.
- customer_middlename
Template: ShortText.
- customer_note
Template: LongText.
- customer_note_notify
Data type: DT_I4
- customer_prefix
Template: ShortText.
- customer_suffix
Template: ShortText.
- customer_taxvat
Template: ShortText.
- discount_amount
Data type: DT_R8
- discount_canceled
Data type: DT_R8
- discount_description
Template: LongText.
- discount_invoiced
Data type: DT_R8
- discount_refunded
Data type: DT_R8
- edit_increment
Data type: DT_I4
- email_sent
Data type: DT_I4
- ext_customer_id
Template: ShortText.
- ext_order_id
Template: ShortText.
- forced_shipment_with_invoice
Data type: DT_I4
- global_currency_code
Template: ShortText.
- grand_total
Data type: DT_R8
- discount_tax_compensation_amount
Data type: DT_R8
- discount_tax_compensation_invoiced
Data type: DT_R8
- discount_tax_compensation_refunded
Data type: DT_R8
- hold_before_state
Template: ShortText.
- hold_before_status
Template: ShortText.
- increment_id
Template: ShortText.
- is_virtual
Data type: DT_I4
- order_currency_code
Template: ShortText.
- original_increment_id
Data type: DT_I4
- payment_authorization_amount
Data type: DT_R8
- payment_auth_expiration
Data type: DT_I4
- protect_code
Template: ShortText.
- quote_address_id
Data type: DT_I4
- quote_id
Data type: DT_I4
- relation_child_id
Data type: DT_I4
- relation_child_real_id
Template: ShortText.
- relation_parent_id
Template: ShortText.
- relation_parent_real_id
Template: ShortText.
- remote_ip
Template: ShortText.
- shipping_amount
Data type: DT_R8
- shipping_canceled
Data type: DT_R8
- shipping_description
Template: LongText.
- shipping_discount_amount
Data type: DT_R8
- shipping_discount_tax_compensation_amount
Data type: DT_R8
- shipping_incl_tax
Data type: DT_R8
- shipping_invoiced
Data type: DT_R8
- shipping_refunded
Data type: DT_R8
- shipping_tax_amount
Data type: DT_R8
- shipping_tax_refunded
Data type: DT_R8
- state
Data type: DT_I4
- status
Template: ShortText.
- store_currency_code
Template: ShortText.
- store_id
Data type: DT_I4
- store_name
Template: ShortText.
- store_to_base_rate
Data type: DT_R8
- store_to_order_rate
Data type: DT_R8
- subtotal
Data type: DT_R8
- subtotal_canceled
Data type: DT_R8
- subtotal_incl_tax
Data type: DT_R8
- subtotal_invoiced
Data type: DT_R8
- subtotal_refunded
Data type: DT_R8
- tax_amount
Data type: DT_R8
- tax_canceled
Data type: DT_R8
- tax_invoiced
Data type: DT_R8
- tax_refunded
Data type: DT_R8
- total_canceled
Data type: DT_R8
- total_due
Data type: DT_R8
- total_invoiced
Data type: DT_R8
- total_item_count
Data type: DT_R8
- total_offline_refunded
Data type: DT_R8
- total_online_refunded
Data type: DT_R8
- total_paid
Data type: DT_R8
- total_qty_ordered
Data type: DT_I4
- total_refunded
Data type: DT_R8
- updated_at
Template: DateTime.
- weight
Data type: DT_I4
- x_forwarded_for
Template: ShortText.
- items
-
Template: SalesOrderItem. An array field. The value is gathered from
/orders/items
address.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesOrderItemRepositoryV1/salesOrderItemRepositoryV1GetListGet.
- billing_Address
Template: SalesAddress.
- payment
Field components:
-
Uses template:
ShortText
. - Contains the following components: account_status, additional_data, additional_information, address_status, amount_authorized, amount_canceled, amount_ordered, amount_paid, amount_refunded, anet_trans_method, base_amount_authorized, base_amount_canceled, base_amount_ordered, base_amount_paid, base_amount_paid_online, base_amount_refunded, base_amount_refunded_online, base_shipping_amount, base_shipping_captured, base_shipping_refunded, cc_approval, cc_avs_status, cc_cid_status, cc_debug_request_body, cc_debug_response_body, cc_debug_response_serialized, cc_exp_month, cc_exp_year, cc_last4, cc_number_enc, cc_owner, cc_secure_verify, cc_ss_issue, cc_ss_start_month, cc_ss_start_year, cc_status, cc_status_description, cc_trans_id, cc_type, echeck_account_name, echeck_account_type, echeck_bank_name, echeck_routing_number, echeck_type, entity_id, last_trans_id, method, parent_id, po_number, protection_eligibility, quote_payment_id, shipping_amount, shipping_captured, shipping_refunded, extension_attributes.
-
Uses template:
- status_histories
-
Template: TransactionComment. An array field. The value is gathered from
/orders/{{=item.entity_id}}/comments
address. The gathered value is processed with{{=response.items}}
expression.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesOrderManagementV1/salesOrderManagementV1GetCommentsListGet.
- extension_attributes
Field components:
- An array.
- Contains the following components: shipping, items, applied_taxes, item_applied_taxes, converting_from_quote, gift_message, gw_id, gw_allow_gift_receipt, gw_add_card, gw_price, gw_base_price, gw_items_price, gw_items_base_price, gw_card_price, gw_card_base_price, gw_base_tax_amount, gw_tax_amount, gw_items_base_tax_amount, gw_items_tax_amount, gw_card_base_tax_amount, gw_card_tax_amount, gw_price_incl_tax, gw_base_price_incl_tax, gw_card_price_incl_tax, gw_card_base_price_incl_tax, gw_items_price_incl_tax, gw_items_base_price_incl_tax.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/orders/{{=parameters.salesorder_id}}/comments
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- salesorder_id: Required. Specify sales order identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesOrderManagementV1/salesOrderManagementV1GetCommentsListGet.
- [Create] action
-
Endpoint URL address:
/orders/{{=item.salesorder_id}}/comments
.The following request parameters will be automatically processed:
-
application/json:
{{={ statusHistory: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesOrderManagementV1/salesOrderManagementV1AddCommentPost.
-
application/json:
The resource includes the fields from the TransactionComment template.
- salesorder_id
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/coupons/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleCouponRepositoryV1/salesRuleCouponRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/coupons
.The following request parameters will be automatically processed:
-
application/json:
{{={ coupon: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleCouponRepositoryV1/salesRuleCouponRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/coupons/{{=item.coupon_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ coupon: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleCouponRepositoryV1/salesRuleCouponRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/coupons/{{=item.coupon_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleCouponRepositoryV1/salesRuleCouponRepositoryV1DeleteByIdDelete.
- coupon_id
A key field. Data type: DT_I4
- rule_id
Data type: DT_I4
- code
Template: ShortText.
- usage_limit
Data type: DT_I4
- usage_per_customer
Data type: DT_I4
- times_used
Data type: DT_I4
- expiration_date
Template: DateTime.
- is_primary
Data type: DT_BOOL
- created_at
Template: DateTime. A read-only field.
- type
Data type: DT_I4
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/salesRules/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleRuleRepositoryV1/salesRuleRuleRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/salesRules
.The following request parameters will be automatically processed:
-
application/json:
{{={ rule: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleRuleRepositoryV1/salesRuleRuleRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/salesRules/{{=item.rule_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ rule: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleRuleRepositoryV1/salesRuleRuleRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/salesRules/{{=item.rule_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesRuleRuleRepositoryV1/salesRuleRuleRepositoryV1DeleteByIdDelete.
- rule_id
A key field. Data type: DT_I4
- name
Template: ShortText.
- store_labels
Template: Label. An array field.
- description
Template: LongText.
- website_ids
Template: LongText. A composite field.
- customer_group_ids
Template: LongText. A composite field.
- from_date
Template: DateTime.
- to_date
Template: DateTime.
- uses_per_customer
Data type: DT_I4
- is_active
Data type: DT_BOOL
- condition
Template: ConditionT.
- action_condition
Template: ConditionT.
- stop_rules_processing
Data type: DT_BOOL
- is_advanced
Data type: DT_BOOL
- product_ids
Template: LongText. A composite field.
- sort_order
Data type: DT_I4
- simple_action
Template: ShortText.
- discount_amount
Data type: DT_R8
- discount_qty
Data type: DT_I4
- discount_step
Data type: DT_I4
- apply_to_shipping
Data type: DT_BOOL
- times_used
Data type: DT_I4
- is_rss
Data type: DT_BOOL
- coupon_type
Template: ShortText.
- use_auto_generation
Data type: DT_BOOL
- uses_per_coupon
Data type: DT_I4
- simple_free_shipping
Template: ShortText.
- extension_attributes
Field components:
- Contains the following components: reward_points_delta.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/shipments
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesShipmentRepositoryV1/salesShipmentRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/shipment
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesShipmentRepositoryV1/salesShipmentRepositoryV1SavePost.
-
application/json:
- entity_id
A key field. Data type: DT_I4
- billing_address_id
Data type: DT_I4
- created_at
Template: DateTime.
- customer_id
Data type: DT_I4
- email_sent
Data type: DT_I4
- increment_id
Template: ShortText.
- order_id
Data type: DT_I4
- packages
An array field. Field components:
-
Uses template:
LongText
. - Contains the following components: extension_attributes.
-
Uses template:
- shipment_status
Data type: DT_I4
- shipping_address_id
Data type: DT_I4
- shipping_label
Template: ShortText.
- store_id
Data type: DT_I4
- total_qty
Data type: DT_I4
- total_weight
Data type: DT_I4
- updated_at
Template: DateTime.
- items
An array field. The value is gathered from
/shipment/{{=item.entity_id}}
address. Field components:-
Uses template:
ShortText
. - Contains the following components: additional_data, description, entity_id, name, parent_id, price, product_id, row_total, sku, weight, extension_attributes, order_item_id, qty.
-
Uses template:
- tracks
Template: ShipmentTrack. An array field. The value is gathered from
/shipment/{{=item.entity_id}}
address.- comments
Template: TransactionComment. An array field. The value is gathered from
/shipment/{{=item.entity_id}}/comments
address. The gathered value is processed with{{=response.items}}
expression.- extension_attributes
Template: LongText. A composite field.
- label
Data type: DT_IMAGE The value is gathered from
/shipment/{{=item.entity_id}}/label
address.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/shipment/{{=parameters.shipment_id}}/comments
.The action has the following user-defined parameters:
- shipment_id: Required. Specify shipment identifier.
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesShipmentManagementV1/salesShipmentManagementV1GetCommentsListGet.
- [Create] action
-
Endpoint URL address:
/shipment/{{=item.shipment_id}}/comments
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesShipmentCommentRepositoryV1/salesShipmentCommentRepositoryV1SavePost.
-
application/json:
The resource includes the fields from the TransactionComment template.
- shipment_id
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/shipment/{{=parameters.shipment_id}}
.
The result is extracted from:{{=response.tracks}}
.The action has the following user-defined parameters:
- shipment_id: Required. Specify shipment identifier.
- [Create] action
-
Endpoint URL address:
/shipment/{{=item.shipment_id}}/track
.The following request parameters will be automatically processed:
-
application/json:
{{={ entity: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesShipmentTrackRepositoryV1/salesShipmentTrackRepositoryV1SavePost.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/shipment/track/{{=item.entity_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesShipmentTrackRepositoryV1/salesShipmentTrackRepositoryV1DeleteByIdDelete.
The resource includes the fields from the ShipmentTrack template.
- shipment_id
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/transactions
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/salesTransactionRepositoryV1/salesTransactionRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- transaction_id
Data type: DT_I4
- parent_id
Data type: DT_I4
- order_id
Data type: DT_I4
- payment_id
Data type: DT_I4
- txn_id
Template: ShortText.
- parent_txn_id
Template: ShortText.
- txn_type
Template: ShortText.
- is_closed
Data type: DT_I4
- additional_information
Template: LongText. A composite field.
- created_at
Template: DateTime.
- child_transactions
Template: LongText. A composite field.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/searchV1/searchV1SearchGet.
-
searchCriteria[currentPage]:
- id
Data type: DT_I4
- custom_attributes
Template: CustomAttribute. An array field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/store/storeGroups
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/storeGroupRepositoryV1/storeGroupRepositoryV1GetListGet.
- id
Data type: DT_I4
- website_id
Data type: DT_I4
- root_category_id
Data type: DT_I4
- default_store_id
Data type: DT_I4
- name
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/store/storeConfigs
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/storeStoreConfigManagerV1/storeStoreConfigManagerV1GetStoreConfigsGet.
- id
Data type: DT_I4
- code
Template: ShortText.
- website_Id
Data type: DT_I4
- locale
Template: ShortText.
- base_currency_code
Template: ShortText.
- default_display_currency_code
Template: ShortText.
- timezone
Template: ShortText.
- weight_unit
Template: ShortText.
- base_url
Template: ShortText.
- base_link_url
Template: ShortText.
- base_static_url
Template: ShortText.
- base_media_url
Template: ShortText.
- secure_base_url
Template: ShortText.
- secure_base_link_url
Template: ShortText.
- secure_base_static_url
Template: ShortText.
- secure_base_media_url
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/store/storeViews
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/storeStoreRepositoryV1/storeStoreRepositoryV1GetListGet.
- id
Data type: DT_I4
- code
Template: ShortText.
- name
Template: ShortText.
- website_id
Data type: DT_I4
- store_group_id
Data type: DT_I4
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/store/websites
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/storeWebsiteRepositoryV1/storeWebsiteRepositoryV1GetListGet.
- id
Data type: DT_I4
- code
Template: ShortText.
- name
Template: ShortText.
- default_group_id
Data type: DT_I4
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/taxClasses/search
.
The result is extracted from:{{=response.items}]
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxClassRepositoryV1/taxTaxClassRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/taxClasses
.The following request parameters will be automatically processed:
-
application/json:
{{={ taxClass: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxClassRepositoryV1/taxTaxClassRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/taxClasses/{{=item.class_id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ taxClass: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxClassRepositoryV1/taxTaxClassRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/taxClasses/{{=item.class_id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxClassRepositoryV1/taxTaxClassRepositoryV1DeleteByIdDelete.
- class_id
A key field. Data type: DT_I4
- class_name
Template: ShortText.
- class_type
Template: ShortText.
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/taxRates/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRateRepositoryV1/taxTaxRateRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/taxRates
.The following request parameters will be automatically processed:
-
application/json:
{{={ taxRate: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRateRepositoryV1/taxTaxRateRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/taxRates/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ taxRate: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRateRepositoryV1/taxTaxRateRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/taxRates/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRateRepositoryV1/taxTaxRateRepositoryV1DeleteByIdDelete.
- id
A key field. Data type: DT_I4
- tax_country_id
Template: ShortText.
- tax_region_id
Data type: DT_I4
- region_name
Template: ShortText.
- tax_postcode
Template: ShortText.
- zip_is_range
Data type: DT_I4
- zip_from
Data type: DT_I4
- zip_to
Data type: DT_I4
- rate
Data type: DT_R8
- code
Template: ShortText.
- titles
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: store_id, value, extension_attributes.
-
Uses template:
- extension_attributes
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/taxRules/search
.
The result is extracted from:{{=response.items}}
.The following request parameters will be automatically processed:
-
searchCriteria[currentPage]:
{{=parameters.iterator}}
-
searchCriteria[pageSize]:
{{=parameters.batchSize}}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRuleRepositoryV1/taxTaxRuleRepositoryV1GetListGet.
-
searchCriteria[currentPage]:
- [Create] action
-
Endpoint URL address:
/taxRules
.The following request parameters will be automatically processed:
-
application/json:
{{={ rule: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRuleRepositoryV1/taxTaxRuleRepositoryV1SavePost.
-
application/json:
- [Update] action
-
Endpoint URL address:
/taxRules/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ rule: item } }}
Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRuleRepositoryV1/taxTaxRuleRepositoryV1SavePut.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/taxRules/{{=item.id}}
.Documentation: http://devdocs.magento.com/swagger/index_20.html#!/taxTaxRuleRepositoryV1/taxTaxRuleRepositoryV1DeleteByIdDelete.
- id
A key field. Data type: DT_I4
- code
Template: ShortText.
- priority
Data type: DT_I4
- position
Data type: DT_I4
- customer_tax_class_ids
Template: LongText. A composite field.
- product_tax_class_ids
Template: LongText. A composite field.
- tax_rate_ids
Template: LongText. A composite field.
- calculate_subtotal
Data type: DT_BOOL
- extension_attributes
Template: LongText. A composite field.
- [Read] action
-
The result is paginated.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
Documentation: There is a bug in Magento paging. The Iterator Next definition will be revised after the bug is resolved..
-
_includeUserParameters:
- [Create] action
-
The action uses POST method.
- [Update] action
-
The action uses PUT method.
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- BundleProductLink
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, sku, option_id, qty, position, is_default, price, price_type, can_change_quantity, extension_attributes.
-
Uses template:
- Label
Field components:
-
Uses template:
ShortText
. - Contains the following components: store_id, label, extension_attributes.
-
Uses template:
- AttributeOption
Field components:
-
Uses template:
ShortText
. - Contains the following components: label, value, sort_order, is_default, store_labels.
-
Uses template:
- CustomAttribute
Field components:
-
Uses template:
ShortText
. - Contains the following components: attribute_code, value.
-
Uses template:
- Attribute
Field components:
-
Uses template:
ShortText
. - Contains the following components: attribute_id, attribute_code, is_wysiwyg_enabled, is_html_allowed_on_front, used_for_sort_by, is_filterable, is_filterable_in_search, is_used_in_grid, is_visible_in_grid, is_filterable_in_grid, position, apply_to, is_searchable, is_visible_in_advanced_search, is_comparable, is_used_for_promo_rules, is_visible_on_front, used_in_product_listing, is_visible, scope, extension_attributes, frontend_input, entity_type_id, is_required, options, is_user_defined, default_frontend_label, frontend_labels, note, backend_type, backend_model, source_model, default_value, is_unique, frontend_class, validation_rules, custom_attributes.
-
Uses template:
- FileContent
Field components:
-
Uses template:
ShortText
. - Contains the following components: file_data, name, extension_attributes.
-
Uses template:
- StockItemT
Field components:
-
Uses template:
DateTime
. - Contains the following components: item_id, product_id, stock_id, qty, is_in_stock, is_qty_decimal, show_default_notification_message, use_config_min_qty, min_qty, use_config_min_sale_qty, min_sale_qty, use_config_max_sale_qty, max_sale_qty, use_config_backorders, backorders, use_config_notify_stock_qty, notify_stock_qty, use_config_qty_increments, qty_increments, use_config_enable_qty_inc, enable_qty_increments, use_config_manage_stock, manage_stock, low_stock_date, is_decimal_divided, stock_status_changed_auto, extension_attributes.
-
Uses template:
- BundleProductOption
Field components:
-
Uses template:
ShortText
. - Contains the following components: option_id, title, required, type, position, sku, product_links.
-
Uses template:
- ProductLink
Field components:
-
Uses template:
ShortText
. - Contains the following components: sku, link_type, linked_product_sku, linked_product_type, position, extension_attributes.
-
Uses template:
- ProductOption
Field components:
-
Uses template:
ShortText
. - Contains the following components: option_id, product_sku, title, type, sort_order, is_require, price, price_type, sku, file_extension, max_characters, image_size_x, image_size_y, values, extension_attributes.
-
Uses template:
- FileInfo
Field components:
-
Uses template:
ShortText
. - Contains the following components: base64_encoded_data, type, name.
-
Uses template:
- MediaGallery
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, media_type, label, position, disabled, types, file, content, extension_attributes.
-
Uses template:
- ConfigurableProductOption
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, attribute_id, label, position, is_use_default, values, extension_attributes, product_id.
-
Uses template:
- CustomerAddress
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, customer_id, region, region_id, country_id, street, company, telephone, fax, postcode, city, firstname, lastname, middlename, prefix, suffix, vat_id, extension_attributes, custom_attributes.
-
Uses template:
- DownloadableLink
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, title, sort_order, is_shareable, price, number_of_downloads, link_type, link_file, link_file_content, link_url, sample_type, sample_file, sample_file_content, sample_url, extension_attributes.
-
Uses template:
- DownloadableSample
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, title, sort_order, sample_type, sample_file, sample_file_content, sample_url, extension_attributes.
-
Uses template:
- AttributeSet
Field components:
-
Uses template:
ShortText
. - Contains the following components: attribute_set_id, attribute_set_name, sort_order, entity_type_id, extension_attributes.
-
Uses template:
- ItemProductOption
Field components:
- Contains the following components: extension_attributes.
- CartItem
Field components:
-
Uses template:
ShortText
. - Contains the following components: item_id, sku, qty, name, price, product_type, quote_id, product_option, extensionAttributes.
-
Uses template:
- CustomerT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, group_id, default_billing, default_shipping, confirmation, created_at, updated_at, created_in, dob, email, firstname, lastname, middlename, prefix, suffix, gender, store_id, taxvat, website_id, addresses, disable_auto_group_change, extension_attributes, billing_address, shipping_address.
-
Uses template:
- QuoteCartT
Field components:
-
Uses template:
DateTime
. - Contains the following components: id, created_at, updated_at, converted_at, is_active, is_virtual, items_count, items_qty, customer, reserved_order_id, orig_order_id, currency, customer_is_guest, customer_note, customer_note_notify, customer_tax_class_id, store_id, extension_attributes.
-
Uses template:
- TotalsT
Field components:
-
Uses template:
ShortText
. - Contains the following components: grand_total, base_grand_total, subtotal, base_subtotal, discount_amount, base_discount_amount, subtotal_with_discount, base_subtotal_with_discount, shipping_amount, base_shipping_amount, shipping_discount_amount, base_shipping_discount_amount, tax_amount, base_tax_amount, weee_tax_applied_amount, shipping_tax_amount, base_shipping_tax_amount, subtotal_incl_tax, base_subtotal_incl_tax, shipping_incl_tax, base_shipping_incl_tax, base_currency_code, quote_currency_code, coupon_code, items_qty, items, total_segments, extension_attributes.
-
Uses template:
- SelectedPaymentMethod
Field components:
-
Uses template:
ShortText
. - Contains the following components: po_number, method, additional_data, extension_attributes.
-
Uses template:
- ShippingMethod
Field components:
-
Uses template:
ShortText
. - Contains the following components: carrier_code, method_code, carrier_title, method_title, amount, base_amount, available, extension_attributes, error_message, price_excl_tax, price_incl_tax.
-
Uses template:
- TransactionComment
Field components:
-
Uses template:
LongText
. - Contains the following components: entity_id, comment, created_at, entity_name, is_customer_notified, is_visible_on_front, parent_id, extension_attributes.
-
Uses template:
- SalesAddress
Field components:
-
Uses template:
ShortText
. - Contains the following components: address_type, city, company, country_id, customer_address_id, customer_id, email, entity_id, fax, firstname, lastname, middlename, parent_id, postcode, prefix, region, region_code, region_id, region_id, street, suffix, telephone, vat_id, vat_is_valid, vat_request_date, vat_request_id, vat_request_success, extension_attributes.
-
Uses template:
- GiftMessage
Field components:
-
Uses template:
ShortText
. - Contains the following components: gift_message_id, customer_id, sender, recipient, message, extension_attributes.
-
Uses template:
- SalesOrderItem
Field components:
-
Uses template:
ShortText
. - Contains the following components: item_id, additional_data, amount_refunded, applied_rule_ids, base_amount_refunded, base_cost, base_discount_amount, base_discount_invoiced, base_discount_refunded, base_discount_tax_compensation_amount, base_discount_tax_compensation_invoiced, base_discount_tax_compensation_refunded, baseOriginalPrice, base_price, base_price_incl_tax, base_row_invoiced, base_row_total, base_row_total_incl_tax, base_tax_amount, base_tax_before_discount, base_tax_invoiced, base_tax_refunded, base_weee_tax_applied_amount, base_weee_tax_applied_row_amnt, base_weee_tax_disposition, base_weee_tax_row_disposition, created_at, description, discount_amount, discount_invoiced, discount_percent, discount_refunded, event_id, ext_order_item_id, free_shipping, gw_base_price, gw_base_price_invoiced, gw_base_price_refunded, gw_base_tax_amount, gw_base_tax_amount_invoiced, gw_base_tax_amount_refunded, gw_id, gw_price, gw_price_invoiced, gw_price_refunded, gw_tax_amount, gw_tax_amount_invoiced, gw_tax_amount_refunded, discount_tax_compensation_amount, discount_tax_compensation_canceled, discount_tax_compensation_invoiced, discount_tax_compensation_refunded, is_qty_decimal, is_virtual, locked_do_invoice, locked_do_ship, name, no_discount, order_id, original_price, parent_item_id, price, price, price_incl_tax, product_id, product_type, qty_backordered, qty_canceled, qty_invoiced, qty_ordered, qty_refunded, qty_returned, qty_shipped, quote_item_id, row_invoiced, row_total, row_total_incl_tax, row_weight, sku, store_id, tax_amount, tax_before_discount, tax_canceled, tax_invoiced, tax_percent, tax_refunded, updated_at, weee_tax_applied, weee_tax_applied_amount, weee_tax_applied_row_amount, weee_tax_disposition, weee_tax_row_disposition, weight, parent_item, product_option, extension_attributes.
-
Uses template:
- AppliedTax
Field components:
-
Uses template:
ShortText
. - Contains the following components: code, title, percent, amount, base_amount, extension_attributes.
-
Uses template:
- ConditionT
Field components:
-
Uses template:
ShortText
. - Contains the following components: condition_type, conditions, aggregator_type, operator, attribute_name, value, extension_attributes.
-
Uses template:
- ShipmentTrack
Field components:
-
Uses template:
DateTime
. - Contains the following components: entity_id, order_id, created_at, parent_id, updated_at, weight, qty, description, extension_attributes, track_number, title, carrier_code.
-
Uses template:
What's New
- New: Support for 'Company' resource.
- Fixed: 'Catalog Category' resource now shows defined hierarchy.
- Fixed: Failed with error 'Property "SalesorderId" does not have accessor method "getSalesorderId" in class ...' when trying to create record in 'Sales Order Comment' resource (Thank you, Elisabeth).
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.