# extendify/3.2.1/src/Launch/api/WooCommerce.js

Extendify, version 3.2.1. 5 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.1/code/src/Launch/api/WooCommerce.js
- Raw: https://pluginprobe.com/plugins/extendify/3.2.1/raw/src/Launch/api/WooCommerce.js
- Modified: 2024-12-19T17:43:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.2.1/code/src/Launch/api/WooCommerce.js#L10-L20`.

```javascript
import { Axios as api } from '@launch/api/axios';

export const importTemporaryProducts = () =>
	api.get('launch/import-woocommerce');

```
