stock-source-link-meta.xml 915 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  10. <operation name="LinksSourceStock" dataType="source-stock-links" type="create" auth="adminOauth" url="/V1/inventory/stock-source-links" method="POST">
  11. <contentType>application/json</contentType>
  12. <array key="links">
  13. <value>source-stock-link</value>
  14. </array>
  15. </operation>
  16. <operation name="LinkSourceStock" dataType="source-stock-link" type="create" auth="adminOauth" method="POST">
  17. <field key="stock_id">integer</field>
  18. <field key="source_code">string</field>
  19. <field key="priority">integer</field>
  20. </operation>
  21. </operations>