shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 541 B
Markdown
# 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)