Guest User

Untitled

a guest
Dec 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <route url="/V1/products" method="POST">
  2. <service class="MagentoCatalogApiProductRepositoryInterface" method="save"/>
  3. <resources>
  4. <resource ref="Magento_Catalog::products" />
  5. </resources>
  6. </route>
  7. <route url="/V1/products/:sku" method="PUT">
  8. <service class="MagentoCatalogApiProductRepositoryInterface" method="save" />
  9. <resources>
  10. <resource ref="Magento_Catalog::products" />
  11. </resources>
  12. </route>
  13.  
  14. [ { "item_id": 11, "sku": "MH07-M-Green", "qty": 1, "name": "Hero Hoodie", "price": 54, "product_type": "configurable", "quote_id": "8", "product_option":{ "extension_attributes":{ "configurable_item_options":[{"option_id": "90", "option_value": 53 }, {"option_id": "138",…] } } } ]
  15.  
  16. { "cartItem": { "itemId": 11, "sku": "MH07-M-Green", "qty": 2, "name": "Hero Hoodie", "price": 1000, "productType": "configurable ", "quoteId": "8" } }
Add Comment
Please, Sign In to add comment