Documentation of NetSuite endpoint for Item Fulfillment?

Where would I find documentation for the NetSuite endpoint for Item Fulfillment?

I downloaded the yaml file, but it shows data types but not names. There are a lot of ways a hierarchy of arrays of strings could be put together ...

Thanks!

Where did you get a yaml file from? We don’t integrate to NetSuite’s public apis, we’ve built out RESTlets all within NetSuite that we interact with and that’s why we require installation of our SuiteApp in NetSuite. We then make a nice UI over these to interact with where you just need to choose the record type you want to create and then map to the fields. Mapper will even fetch the fields from your environment.

There are many thread about making item fulfillments and there are some templates in the marketplace:

1 Like

Thanks, Tyler. Here's where I got a ... kind of ... spec.

Gotcha. That’s an OpenAPI spec for if you wanted to invoke that import you've set up from some external application. You'd still need to configure the import itself.