labels
Overview
Name | labels |
Type | Resource |
Id | googledevelopers.content.labels |
Fields
Name | Datatype | Description |
---|---|---|
accountLabels | array | The labels from the specified account. |
nextPageToken | string | A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
accounts_labels_list | SELECT | accountId | Lists the labels assigned to an account. |
accounts_labels_create | INSERT | accountId | Creates a new label, not assigned to any account. |
orderreturns_labels_create | INSERT | merchantId, returnId | Links a return shipping label to a return id. You can only create one return label per return id. Since the label is sent to the buyer, the linked return label cannot be updated or deleted. If you try to create multiple return shipping labels for a single return id, every create request except the first will fail. |
accounts_labels_delete | DELETE | accountId, labelId | Deletes a label and removes it from all accounts to which it was assigned. |
accounts_labels_patch | EXEC | accountId, labelId | Updates a label. |