mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Small improvements on WooCommerce-Node
This commit is contained in:
@@ -19,9 +19,9 @@ export const productOperations = [
|
||||
description: 'Create a product',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
value: 'update',
|
||||
description: 'Update a product',
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a product',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
@@ -34,9 +34,9 @@ export const productOperations = [
|
||||
description: 'Get all products',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a product',
|
||||
name: 'Update',
|
||||
value: 'update',
|
||||
description: 'Update a product',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
@@ -117,21 +117,21 @@ export const productFields = [
|
||||
name: 'catalogVisibility',
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Visible',
|
||||
value: 'visible',
|
||||
},
|
||||
{
|
||||
name: 'Catalog',
|
||||
value: 'catalog',
|
||||
},
|
||||
{
|
||||
name: 'Hidden',
|
||||
value: 'hidden',
|
||||
},
|
||||
{
|
||||
name: 'Search',
|
||||
value: 'search',
|
||||
},
|
||||
{
|
||||
name: 'Hidden',
|
||||
value: 'hidden',
|
||||
name: 'Visible',
|
||||
value: 'visible',
|
||||
},
|
||||
],
|
||||
default: 'visible',
|
||||
@@ -220,13 +220,6 @@ export const productFields = [
|
||||
default: '',
|
||||
description: 'Product parent ID.',
|
||||
},
|
||||
{
|
||||
displayName: 'Price',
|
||||
name: 'price',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Current product price.',
|
||||
},
|
||||
{
|
||||
displayName: 'Purchase Note',
|
||||
name: 'purchaseNote',
|
||||
@@ -752,13 +745,6 @@ export const productFields = [
|
||||
default: '',
|
||||
description: 'Product parent ID.',
|
||||
},
|
||||
{
|
||||
displayName: 'Price',
|
||||
name: 'price',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Current product price.',
|
||||
},
|
||||
{
|
||||
displayName: 'Purchase Note',
|
||||
name: 'purchaseNote',
|
||||
@@ -1251,13 +1237,6 @@ export const productFields = [
|
||||
default: '',
|
||||
description: 'Limit result set to products based on a minimum price.',
|
||||
},
|
||||
{
|
||||
displayName: 'On Sale',
|
||||
name: 'onSale',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Limit result set to products on sale.',
|
||||
},
|
||||
{
|
||||
displayName: 'Order',
|
||||
name: 'order',
|
||||
|
||||
Reference in New Issue
Block a user