CIao,
This is the input bundle - Etsy Module / Create a Listing :
[
{
"type": "physical",
"price": 9,
"title": "Test",
"quantity": 10,
"who_made": "someone_else",
"when_made": "2000_2003",
"item_width": 20,
"description": "Test",
"item_height": 10,
"taxonomy_id": "126",
"should_auto_renew": true,
"shipping_profile_id": 234107945503,
"item_dimensions_unit": "cm"
}
]
This is the output:
[
{
"listing_id": 1734282181,
"user_id": 929786967,
"shop_id": 52332641,
"title": "Test",
"description": "Test",
"state": "draft",
"creation_timestamp": "2024-05-20T08:22:04.000Z",
"created_timestamp": "2024-05-20T08:22:04.000Z",
"ending_timestamp": "2024-09-20T08:22:04.000Z",
"original_creation_timestamp": "2024-05-20T08:22:04.000Z",
"last_modified_timestamp": "2024-05-20T08:22:04.000Z",
"updated_timestamp": "2024-05-20T08:22:04.000Z",
"state_timestamp": "2024-05-20T08:22:04.000Z",
"quantity": 10,
"shop_section_id": null,
"featured_rank": -1,
"url": "https://www.etsy.com/listing/1734282181/test",
"num_favorers": 0,
"non_taxable": false,
"is_taxable": true,
"is_customizable": false,
"is_personalizable": false,
"personalization_is_required": false,
"personalization_char_count_max": null,
"personalization_instructions": null,
"listing_type": "physical",
"tags": [],
"materials": [],
"shipping_profile_id": 234107945503,
"return_policy_id": null,
"processing_min": 1,
"processing_max": 1,
"who_made": "someone_else",
"when_made": "2000_2004",
"is_supply": false,
"item_weight": null,
"item_weight_unit": null,
"item_length": null,
"item_width": 20,
"item_height": 10,
"item_dimensions_unit": "cm",
"is_private": false,
"style": [],
"file_data": "",
"has_variations": false,
"should_auto_renew": true,
"language": "en-US",
"price": {
"amount": 900,
"divisor": 100,
"currency_code": "EUR"
},
"taxonomy_id": 126,
"production_partners": [],
"skus": [],
"views": 0
}
]
This is what I see on Etsy after the module has been successfully runned: