downloadable_link-meta.xml 1.4 KB

12345678910111213141516171819202122232425262728293031
  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="CreateDownloadableLink" dataType="downloadable_link" type="create" auth="adminOauth" url="/V1/products/{sku}/downloadable-links" method="POST">
  11. <contentType>application/json</contentType>
  12. <object dataType="downloadable_link" key="link">
  13. <field key="title">string</field>
  14. <field key="sort_order">integer</field>
  15. <field key="is_shareable">integer</field>
  16. <field key="price">number</field>
  17. <field key="number_of_downloads">integer</field>
  18. <field key="link_type">string</field>
  19. <field key="link_file">string</field>
  20. <field key="link_file_content">link_file_content</field>
  21. <field key="file_data">string</field>
  22. <field key="link_url">string</field>
  23. <field key="sample_type">string</field>
  24. <field key="sample_file">string</field>
  25. <field key="sample_file_content">sample_file_content</field>
  26. <field key="sample_url">string</field>
  27. </object>
  28. <field key="isGlobalScopeContent">boolean</field>
  29. </operation>
  30. </operations>