UNPKG

shipstation-client

Version:
22 lines (14 loc) 541 B
# CreateTagResponseBody Response body for creating tags ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | The tag name. | [default to undefined] ## Example ```typescript import { CreateTagResponseBody } from 'shipstation-client'; const instance: CreateTagResponseBody = { name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)