> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ordergroove.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ordergroove.com/_mcp/server.

# SwappableProductType

## Fields

| Field               | Type                                                                              | Required |
| ------------------- | --------------------------------------------------------------------------------- | -------- |
| `autoshipByDefault` | `Boolean!`                                                                        | Yes      |
| `autoshipEnabled`   | `Boolean!`                                                                        | Yes      |
| `created`           | `DateTime`                                                                        | No       |
| `detailUrl`         | `String`                                                                          | No       |
| `discontinued`      | `Boolean!`                                                                        | Yes      |
| `every`             | `Int`                                                                             | No       |
| `everyPeriod`       | `Int`                                                                             | No       |
| `externalProductId` | `String!`                                                                         | Yes      |
| `extraData`         | `String`                                                                          | No       |
| `groups`            | [`[ProductGroupType!]!`](/graphql/graphql-definitions/objects/product-group-type) | Yes      |
| `imageUrl`          | `String`                                                                          | No       |
| `lastUpdate`        | `DateTime`                                                                        | No       |
| `live`              | `Boolean!`                                                                        | Yes      |
| `name`              | `String`                                                                          | No       |
| `prepaidEligible`   | `Boolean!`                                                                        | Yes      |
| `price`             | `Decimal!`                                                                        | Yes      |
| `productType`       | `String!`                                                                         | Yes      |
| `sku`               | `String!`                                                                         | Yes      |