Bulk Tagging

class py_veeqo.endpoints.bulk_tagging.BulkTagging(api_key: str | None = None)

Bases: PyVeeqo

This class implements all the bulk_tagging api calls.

tag_orders(data: Dict = None, json: Dict[str, Any] | List[Any] | str | int | float | bool | None = None) Result

Bulk tag orders. https://developers.veeqo.com/docs#/reference/bulk-tagging/bulk-tagging/tagging-orders

Parameters:
  • data (Dict) – The data to be sent to the endpoint.

  • json (Optional[JSONType]) – The json data to be sent to the

  • endpoint.

tag_products(data: Dict = None, json: Dict[str, Any] | List[Any] | str | int | float | bool | None = None) Result

Bulk tag products. https://developers.veeqo.com/docs#/reference/bulk-tagging/bulk-tagging/tagging-products

Parameters:
  • data (Dict) – The data to be sent to the endpoint.

  • json (Optional[JSONType]) – The json data to be sent to the

  • endpoint.

untagging_orders(data: Dict = None) Result

Bulk untagging orders. https://developers.veeqo.com/docs#/reference/bulk-tagging/bulk-tagging/untagging-orders

Parameters:

data (Dict) – The data to be sent to the endpoint.