customers itemsactivate (http://api.3plcentral.com/rels/customers/itemsactivate)
Resource:
GroupOperator: of itemactivate
C# Rel Const:
Rels.CustomerSvc.ItemsActivate
URI template:
{id}/items/activator{?activate}
Obtain URI from:
activate or deactivate a list of items
Success status: 204
Name (* = required) Data Type Description
id * int customer id
activate * bool true: activate; false: deactivate
which items
Type Description
ItemIdentifiers IEnumerable<Generic.Models.ItemIdentifier> items to be affected
Sku string
Id int
Sample content-type: application/hal+json
{
  "itemIdentifiers": [
    {
      "sku": "str",
      "id": 2
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.