Bug in Etsy API

I am using a Retool + Make app to make my etsy listings creation faster and easier. Newbie.

I am using module n.2 of Etsy, and as I am selling original prints so I need the fields “width” and height" filled . Even if I manually fill in on the module, Etsy draft listing will be created with empy values.

I think there is a bug, in any case, someone was able to make a turnaround?

Tnaj you for your helping.

Welcome to the Make community!

Could you provide more information about your scenario so that others can see what you’re working on?

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Input/Output bundles

Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

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: