Collection - mundipagg/magento2 GitHub Wiki

To optimize the streaming of recurring products and subscription-related actions as a whole, we provide an API so that an integration can be developed and automate these manual flows dependent on the platform interface.

The API calls are handled in the following URL: http://domíniodasualoja/rest/default/V1/mundipagg/recurrence

A postman collection of the accepted calls are available in the following link: https://www.getpostman.com/collections/d9b2e96c1d6a04fcfe7d

You just need to define an Environment in Postman like the following:

{
	"id": "24c5ad09-3cca-4bbe-a319-9c6dbc89ca06",
	"name": "Magento 2 recurrence api Example",
	"values": [
		{
			"key": "url",
			"value": "https://mydomain.com/rest/default/V1/mundipagg/recurrence",
			"enabled": true
		},
		{
			"key": "admin_username",
			"value": "Administrator panel username",
			"enabled": true
		},
		{
			"key": "admin_password",
			"value": "Administrator panel password",
			"enabled": true
		},
		{
			"key": "url_magento",
			"value": "http://mydomain.com",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2021-03-10T17:43:19.982Z",
	"_postman_exported_using": "Postman/7.36.5"
}