Retrieve all attributes for entity type
Retrieve all attributes for entity type
Query parameters
-
Field
-
Value
-
Condition type
-
Sorting field.
-
Sorting direction.
-
searchCriteria[pageSize]
integer Page size.
-
searchCriteria[currentPage]
integer Current page.
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/products/attributes'
{
"items": [
{
"extension_attributes": {
"is_pagebuilder_enabled": true
},
"is_wysiwyg_enabled": true,
"is_html_allowed_on_front": true,
"used_for_sort_by": true,
"is_filterable": true,
"is_filterable_in_search": true,
"is_used_in_grid": true,
"is_visible_in_grid": true,
"is_filterable_in_grid": true,
"position": 42,
"apply_to": [
"string"
],
"is_searchable": "string",
"is_visible_in_advanced_search": "string",
"is_comparable": "string",
"is_used_for_promo_rules": "string",
"is_visible_on_front": "string",
"used_in_product_listing": "string",
"is_visible": true,
"scope": "string",
"attribute_id": 42,
"attribute_code": "string",
"frontend_input": "string",
"entity_type_id": "string",
"is_required": true,
"options": [
{
"label": "string",
"value": "string",
"sort_order": 42,
"is_default": true,
"store_labels": [
{
"store_id": 42,
"label": "string"
}
]
}
],
"is_user_defined": true,
"default_frontend_label": "string",
"frontend_labels": [
{
"store_id": 42,
"label": "string"
}
],
"note": "string",
"backend_type": "string",
"backend_model": "string",
"source_model": "string",
"default_value": "string",
"is_unique": "string",
"frontend_class": "string",
"validation_rules": [
{
"key": "string",
"value": "string"
}
],
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
]
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "string",
"value": "string",
"condition_type": "string"
}
]
}
],
"sort_orders": [
{
"field": "string",
"direction": "string"
}
],
"page_size": 42,
"current_page": 42
},
"total_count": 42
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Return product prices
Return product prices. In case of at least one of skus is not found exception will be thrown.
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/products/cost-information' \
--data '{"skus":["string"]}'
{
"skus": [
"string"
]
}
[
{
"cost": 42.0,
"store_id": 42,
"sku": "string",
"extension_attributes": {}
}
]
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Estimate shipping by address and return list of available shipping methods
Estimate shipping by address and return list of available shipping methods
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/carts/mine/estimate-shipping-methods' \
--data '{"address":{"id":42,"region":"string","region_id":42,"region_code":"string","country_id":"string","street":["string"],"company":"string","telephone":"string","fax":"string","postcode":"string","city":"string","firstname":"string","lastname":"string","middlename":"string","prefix":"string","suffix":"string","vat_id":"string","customer_id":42,"email":"string","same_as_billing":42,"customer_address_id":42,"save_in_address_book":42,"extension_attributes":{"discounts":[{"discount_data":{"amount":42.0,"base_amount":42.0,"original_amount":42.0,"base_original_amount":42.0},"rule_label":"string","rule_i_d":42}],"gift_registry_id":42,"pickup_location_code":"string"},"custom_attributes":[{"attribute_code":"string","value":"string"}]}}'
{
"address": {
"id": 42,
"region": "string",
"region_id": 42,
"region_code": "string",
"country_id": "string",
"street": [
"string"
],
"company": "string",
"telephone": "string",
"fax": "string",
"postcode": "string",
"city": "string",
"firstname": "string",
"lastname": "string",
"middlename": "string",
"prefix": "string",
"suffix": "string",
"vat_id": "string",
"customer_id": 42,
"email": "string",
"same_as_billing": 42,
"customer_address_id": 42,
"save_in_address_book": 42,
"extension_attributes": {
"discounts": [
{
"discount_data": {
"amount": 42.0,
"base_amount": 42.0,
"original_amount": 42.0,
"base_original_amount": 42.0
},
"rule_label": "string",
"rule_i_d": 42
}
],
"gift_registry_id": 42,
"pickup_location_code": "string"
},
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
]
}
}
[
{
"carrier_code": "string",
"method_code": "string",
"carrier_title": "string",
"method_title": "string",
"amount": 42.0,
"base_amount": 42.0,
"available": true,
"extension_attributes": {
"carrier_codes": [
{
"code": "string",
"name": "string"
}
],
"delivery_window_dates": [
{
"carrier_code": "string",
"from": "string",
"to": "string",
"method_title": "string",
"expires": "string"
}
],
"is_pickup_point": true,
"pickup_point": {
"pick_up_point_id": "string",
"carrier_method": "string",
"name": "string",
"address_lines": [
"string"
],
"city": "string",
"state": "string",
"country": "string",
"postal": "string",
"telephone": "string",
"fax": "string"
}
},
"error_message": "string",
"price_excl_tax": 42.0,
"price_incl_tax": 42.0
}
]
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Adds a specified payment method to a specified shopping cart
Adds a specified payment method to a specified shopping cart.
curl \
--request PUT 'https://magento2.winkelstraat.mac/rest/all/V1/carts/mine/selected-payment-method' \
--data '{"method":{"po_number":"string","method":"string","additional_data":["string"],"extension_attributes":{"agreement_ids":["string"],"origin":"string"}}}'
{
"method": {
"po_number": "string",
"method": "string",
"additional_data": [
"string"
],
"extension_attributes": {
"agreement_ids": [
"string"
],
"origin": "string"
}
}
}
string
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
salesShipOrderV1
Class ShipOrderInterface
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/salesRules' \
--data '{"rule":{"rule_id":42,"name":"string","store_labels":[{"store_id":42,"store_label":"string","extension_attributes":{}}],"description":"string","website_ids":[42],"customer_group_ids":[42],"from_date":"string","to_date":"string","uses_per_customer":42,"is_active":true,"condition":{"condition_type":"string","conditions":[{}],"aggregator_type":"string","operator":"string","attribute_name":"string","value":"string","extension_attributes":{}},"action_condition":{"condition_type":"string","conditions":[{}],"aggregator_type":"string","operator":"string","attribute_name":"string","value":"string","extension_attributes":{}},"stop_rules_processing":true,"is_advanced":true,"product_ids":[42],"sort_order":42,"simple_action":"string","discount_amount":42.0,"discount_qty":42.0,"discount_step":42,"apply_to_shipping":true,"times_used":42,"is_rss":true,"coupon_type":"string","use_auto_generation":true,"uses_per_coupon":42,"simple_free_shipping":"string","extension_attributes":{"reward_points_delta":42,"product_groups":["string"]}}}'
{
"rule": {
"rule_id": 42,
"name": "string",
"store_labels": [
{
"store_id": 42,
"store_label": "string",
"extension_attributes": {}
}
],
"description": "string",
"website_ids": [
42
],
"customer_group_ids": [
42
],
"from_date": "string",
"to_date": "string",
"uses_per_customer": 42,
"is_active": true,
"condition": {
"condition_type": "string",
"conditions": [
{}
],
"aggregator_type": "string",
"operator": "string",
"attribute_name": "string",
"value": "string",
"extension_attributes": {}
},
"action_condition": {
"condition_type": "string",
"conditions": [
{}
],
"aggregator_type": "string",
"operator": "string",
"attribute_name": "string",
"value": "string",
"extension_attributes": {}
},
"stop_rules_processing": true,
"is_advanced": true,
"product_ids": [
42
],
"sort_order": 42,
"simple_action": "string",
"discount_amount": 42.0,
"discount_qty": 42.0,
"discount_step": 42,
"apply_to_shipping": true,
"times_used": 42,
"is_rss": true,
"coupon_type": "string",
"use_auto_generation": true,
"uses_per_coupon": 42,
"simple_free_shipping": "string",
"extension_attributes": {
"reward_points_delta": 42,
"product_groups": [
"string"
]
}
}
}
{
"rule_id": 42,
"name": "string",
"store_labels": [
{
"store_id": 42,
"store_label": "string",
"extension_attributes": {}
}
],
"description": "string",
"website_ids": [
42
],
"customer_group_ids": [
42
],
"from_date": "string",
"to_date": "string",
"uses_per_customer": 42,
"is_active": true,
"condition": {
"condition_type": "string",
"conditions": [
{}
],
"aggregator_type": "string",
"operator": "string",
"attribute_name": "string",
"value": "string",
"extension_attributes": {}
},
"action_condition": {
"condition_type": "string",
"conditions": [
{}
],
"aggregator_type": "string",
"operator": "string",
"attribute_name": "string",
"value": "string",
"extension_attributes": {}
},
"stop_rules_processing": true,
"is_advanced": true,
"product_ids": [
42
],
"sort_order": 42,
"simple_action": "string",
"discount_amount": 42.0,
"discount_qty": 42.0,
"discount_step": 42,
"apply_to_shipping": true,
"times_used": 42,
"is_rss": true,
"coupon_type": "string",
"use_auto_generation": true,
"uses_per_coupon": 42,
"simple_free_shipping": "string",
"extension_attributes": {
"reward_points_delta": 42,
"product_groups": [
"string"
]
}
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
bundleProductLinkManagementV1
Interface for Management of ProductLink
searchV1
Search API for all requests
Get payment information
Get payment information
Path parameters
-
cartId
integer Required
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/purchase-order-carts/{cartId}/payment-information'
{
"payment_methods": [
{
"code": "string",
"title": "string"
}
],
"totals": {
"grand_total": 42.0,
"base_grand_total": 42.0,
"subtotal": 42.0,
"base_subtotal": 42.0,
"discount_amount": 42.0,
"base_discount_amount": 42.0,
"subtotal_with_discount": 42.0,
"base_subtotal_with_discount": 42.0,
"shipping_amount": 42.0,
"base_shipping_amount": 42.0,
"shipping_discount_amount": 42.0,
"base_shipping_discount_amount": 42.0,
"tax_amount": 42.0,
"base_tax_amount": 42.0,
"weee_tax_applied_amount": 42.0,
"shipping_tax_amount": 42.0,
"base_shipping_tax_amount": 42.0,
"subtotal_incl_tax": 42.0,
"base_subtotal_incl_tax": 42.0,
"shipping_incl_tax": 42.0,
"base_shipping_incl_tax": 42.0,
"base_currency_code": "string",
"quote_currency_code": "string",
"coupon_code": "string",
"items_qty": 42,
"items": [
{
"item_id": 42,
"price": 42.0,
"base_price": 42.0,
"qty": 42.0,
"row_total": 42.0,
"base_row_total": 42.0,
"row_total_with_discount": 42.0,
"tax_amount": 42.0,
"base_tax_amount": 42.0,
"tax_percent": 42.0,
"discount_amount": 42.0,
"base_discount_amount": 42.0,
"discount_percent": 42.0,
"price_incl_tax": 42.0,
"base_price_incl_tax": 42.0,
"row_total_incl_tax": 42.0,
"base_row_total_incl_tax": 42.0,
"options": "string",
"weee_tax_applied_amount": 42.0,
"weee_tax_applied": "string",
"extension_attributes": {
"negotiable_quote_item_totals": {
"cost": 42.0,
"catalog_price": 42.0,
"base_catalog_price": 42.0,
"catalog_price_incl_tax": 42.0,
"base_catalog_price_incl_tax": 42.0,
"cart_price": 42.0,
"base_cart_price": 42.0,
"cart_tax": 42.0,
"base_cart_tax": 42.0,
"cart_price_incl_tax": 42.0,
"base_cart_price_incl_tax": 42.0,
"extension_attributes": {}
},
"sku": "string",
"manufacturer_name": "string",
"regular_price_incl_tax": "string"
},
"name": "string"
}
],
"total_segments": [
{
"code": "string",
"title": "string",
"value": 42.0,
"area": "string",
"extension_attributes": {
"tax_grandtotal_details": [
{
"amount": 42.0,
"rates": [
{
"percent": "string",
"title": "string"
}
],
"group_id": 42
}
],
"gift_cards": "string",
"gw_order_id": "string",
"gw_item_ids": [
"string"
],
"gw_allow_gift_receipt": "string",
"gw_add_card": "string",
"gw_price": "string",
"gw_base_price": "string",
"gw_items_price": "string",
"gw_items_base_price": "string",
"gw_card_price": "string",
"gw_card_base_price": "string",
"gw_base_tax_amount": "string",
"gw_tax_amount": "string",
"gw_items_base_tax_amount": "string",
"gw_items_tax_amount": "string",
"gw_card_base_tax_amount": "string",
"gw_card_tax_amount": "string",
"gw_price_incl_tax": "string",
"gw_base_price_incl_tax": "string",
"gw_card_price_incl_tax": "string",
"gw_card_base_price_incl_tax": "string",
"gw_items_price_incl_tax": "string",
"gw_items_base_price_incl_tax": "string"
}
}
],
"extension_attributes": {
"coupon_label": "string",
"negotiable_quote_totals": {
"items_count": 42,
"quote_status": "string",
"created_at": "string",
"updated_at": "string",
"customer_group": 42,
"base_to_quote_rate": 42.0,
"cost_total": 42.0,
"base_cost_total": 42.0,
"original_total": 42.0,
"base_original_total": 42.0,
"original_tax": 42.0,
"base_original_tax": 42.0,
"original_price_incl_tax": 42.0,
"base_original_price_incl_tax": 42.0,
"negotiated_price_type": 42,
"negotiated_price_value": 42.0
},
"base_customer_balance_amount": 42.0,
"customer_balance_amount": 42.0,
"coupon_codes": [
"string"
],
"coupons_labels": [
"string"
],
"reward_points_balance": 42.0,
"reward_currency_amount": 42.0,
"base_reward_currency_amount": 42.0
}
},
"extension_attributes": {
"adyen_payment_methods_response": "string",
"adyen_connected_terminals": "string"
}
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
checkoutAgreementsCheckoutAgreementsListV1
Interface for retrieving list of checkout agreements. Extended variation of CheckoutAgreementsRepositoryInterface::getList with possibility to get results according search filters without predefined limitations.
Set the gift message for an entire order
Set the gift message for an entire order.
Body
-
giftMessage
object Required Interface MessageInterface
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/carts/mine/gift-message' \
--data '{"giftMessage":{"gift_message_id":42,"customer_id":42,"sender":"string","recipient":"string","message":"string","extension_attributes":{"entity_id":"string","entity_type":"string","wrapping_id":42,"wrapping_allow_gift_receipt":true,"wrapping_add_printed_card":true}}}'
{
"giftMessage": {
"gift_message_id": 42,
"customer_id": 42,
"sender": "string",
"recipient": "string",
"message": "string",
"extension_attributes": {
"entity_id": "string",
"entity_type": "string",
"wrapping_id": 42,
"wrapping_allow_gift_receipt": true,
"wrapping_add_printed_card": true
}
}
}
true
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Search for images based on search criteria
Search for images based on search criteria
Query parameters
-
searchCriteria[requestName]
string -
Field
-
Value
-
Condition type
-
Sorting field.
-
Sorting direction.
-
searchCriteria[pageSize]
integer Page size.
-
searchCriteria[currentPage]
integer Current page.
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/adobestock/asset/list'
{
"items": [
{
"id": 42,
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
]
}
],
"aggregations": {
"buckets": [
{
"name": "string",
"values": [
{
"value": "string",
"metrics": [
"string"
]
}
]
}
],
"bucket_names": [
"string"
]
},
"search_criteria": {
"request_name": "string",
"filter_groups": [
{
"filters": [
{
"field": "string",
"value": "string",
"condition_type": "string"
}
]
}
],
"sort_orders": [
{
"field": "string",
"direction": "string"
}
],
"page_size": 42,
"current_page": 42
},
"total_count": 42
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Path parameters
-
id
integer Required
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/returns/{id}/comments'
{
"items": [
{
"comment": "string",
"rma_entity_id": 42,
"created_at": "string",
"entity_id": 42,
"customer_notified": true,
"visible_on_front": true,
"status": "string",
"admin": true,
"extension_attributes": {},
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
]
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "string",
"value": "string",
"condition_type": "string"
}
]
}
],
"sort_orders": [
{
"field": "string",
"direction": "string"
}
],
"page_size": 42,
"current_page": 42
},
"total_count": 42
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Path parameters
-
location
string Required sdk location.
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/payments-config/apple-pay/{location}'
{
"button_styles": {
"layout": "string",
"color": "string",
"shape": "string",
"label": "string",
"tagline": true,
"height": 42,
"use_default_height": true
},
"payment_source": "string",
"code": "string",
"sdk_params": [
{
"name": "string",
"value": "string"
}
],
"is_visible": true,
"sort_order": "string",
"payment_intent": "string",
"title": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Path parameters
-
location
string Required sdk location.
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/payments-config/hosted-fields/{location}'
{
"payment_source": "string",
"three_d_s": "string",
"is_vault_enabled": true,
"cc_vault_code": "string",
"requires_card_details": true,
"code": "string",
"sdk_params": [
{
"name": "string",
"value": "string"
}
],
"is_visible": true,
"sort_order": "string",
"payment_intent": "string",
"title": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
firebearImportExportImportUploadV1
File upload command (Service Provider Interface - SPI)
Post v1 customers magichash
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/customers/magic-hash' \
--data '{"username":"string"}'
{
"username": "string"
}
string
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Get v1 winkelstraat productalert stock get
Query parameters
-
sku
string Required
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/product-alert/stock/get?sku=string'
42
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}