Mainostoimisto-Seven-1 / printify-nodejs

An API Wrapper written in TypeScript for the Printify Dropshipping API
https://npmjs.com/package/printify-nodejs
8 stars 1 forks source link

Add property of name to BasicOption and ColorOption type #30

Closed sfarrowGR closed 6 months ago

sfarrowGR commented 6 months ago

Add the property to the option as per the Printify Developer API guide:

"options": [ { "name": "Size", "type": "size", "values": [ { "id": 2017, "title": "2x2\"" }, { "id": 2018, "title": "3x3\"" }, { "id": 2019, "title": "4x4\"" }, { "id": 2020, "title": "6x6\"" } ] }, { "name": "Type", "type": "surface", "values": [ { "id": 2114, "title": "White" } ] } ],

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: d7346d9208d517c1a08e318a5c88c1c18315e4ae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

sfarrowGR commented 6 months ago

See now where the name is brought in from the base.